CTree/.woodpecker/test.yaml

18 lines
286 B
YAML
Raw Normal View History

2024-12-28 22:02:21 +01:00
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