ordle/.woodpecker/test.yaml

18 lines
274 B
YAML
Raw Normal View History

2024-12-26 16:02:25 +01:00
when:
- event: push
branch: master
steps:
- name: build
image: debian
commands:
- apt update
2024-12-26 16:09:14 +01:00
- apt install g++ -y
2024-12-26 16:02:25 +01:00
- apt install make -y
- make -j$(nproc) test.elf
- name: run-tests
image: debian
commands:
- test.elf