parent
a6c8b5cdc1
commit
ff984caf35
1 changed files with 1 additions and 5 deletions
|
@ -3,17 +3,13 @@ when:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: install-dependencies
|
- name: build
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install libcmocka-dev -y
|
- apt install libcmocka-dev -y
|
||||||
- apt install gcc -y
|
- apt install gcc -y
|
||||||
- apt install make -y
|
- apt install make -y
|
||||||
|
|
||||||
- name: build-tests
|
|
||||||
image: debian
|
|
||||||
commands:
|
|
||||||
- make -j$(nproc) test/test.elf
|
- make -j$(nproc) test/test.elf
|
||||||
|
|
||||||
- name: run-tests
|
- name: run-tests
|
||||||
|
|
Loading…
Reference in a new issue