aoc/.woodpecker.yml

20 lines
487 B
YAML

---
branches: main
pipeline:
main:
image: alpine:3
when:
event: push
branch: main
commands:
- apk add --no-cache python3 poetry just
- echo "===== 2015 ====="
- cd 2015
- poetry install --no-interaction --no-root
- just
- cd ..
- echo "===== 2022 ====="
- cd 2022
- poetry install --no-interaction --no-root
- just