CTree/.woodpecker/test.yaml
Imbus a7e7f672ff
All checks were successful
/ test (push) Successful in 4s
ci/woodpecker/push/test Pipeline was successful
Removed unused dependencies from CI
2024-12-28 22:03:27 +01:00

17 lines
286 B
YAML

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/test.elf
- name: run-tests
image: debian
commands:
- ./test/test.elf