This commit is contained in:
parent
b11edb59f4
commit
a6651f05a5
1 changed files with 2 additions and 1 deletions
|
@ -15,5 +15,6 @@ steps:
|
|||
- name: run-tests
|
||||
image: debian
|
||||
commands:
|
||||
- apt install libcmocka-dev -y
|
||||
- apt update
|
||||
- apt install libcmocka0 -y
|
||||
- ./test/test.elf
|
||||
|
|
Loading…
Reference in a new issue