mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
Add tests to ubuntu CI
This commit is contained in:
parent
37791bbbf8
commit
2d6119b5cd
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ubuntu-build-and-test.yml
vendored
6
.github/workflows/ubuntu-build-and-test.yml
vendored
|
@ -14,5 +14,7 @@ jobs:
|
|||
run: sudo apt-get upgrade -yqq
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get install -yqq make autoconf build-essential ca-certificates pkg-config libreadline-dev gcc-arm-none-eabi libnewlib-dev qtbase5-dev libbz2-dev libbluetooth-dev libpython3-dev python3 python3-dev libpython3-all-dev liblua5.2-dev liblua5.2-0-dbg liblua5.2-0 lua5.2 sed
|
||||
- name: make all
|
||||
run: make all
|
||||
- name: Build
|
||||
run: make clean && make V=1
|
||||
- name: Test
|
||||
run: make check
|
||||
|
|
Loading…
Reference in a new issue