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