transip-client/.woodpecker/build.yaml
Sonny Bakker 816bc54213
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/tests Pipeline was successful
Add woodpecker configuration
2024-12-28 13:46:12 +01:00

15 lines
285 B
YAML

when:
- event: push
steps:
- name: development build
image: python:3.11
commands:
- make install-development
- transip-listen --help
- name: production build
image: python:3.11
commands:
- make install-production
- transip-listen --help