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