ordle/.woodpecker/test.yaml
Imbus cf19f1bd0f
All checks were successful
ci/woodpecker/push/test Pipeline was successful
CI Fix #2
2024-12-26 16:10:24 +01:00

17 lines
276 B
YAML

when:
- event: push
branch: master
steps:
- name: build
image: debian
commands:
- apt update
- apt install g++ -y
- apt install make -y
- make -j$(nproc) test.elf
- name: run-tests
image: debian
commands:
- ./test.elf