Initial test
This commit is contained in:
parent
2aa41b9e4f
commit
594a3065ad
1 changed files with 17 additions and 0 deletions
17
.woodpecker/test.yaml
Normal file
17
.woodpecker/test.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
when:
|
||||
- event: push
|
||||
branch: master
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: debian
|
||||
commands:
|
||||
- apt update
|
||||
- apt install gcc -y
|
||||
- apt install make -y
|
||||
- make -j$(nproc) test.elf
|
||||
|
||||
- name: run-tests
|
||||
image: debian
|
||||
commands:
|
||||
- test.elf
|
Loading…
Reference in a new issue