fej/.woodpecker.yml

10 lines
202 B
YAML
Raw Normal View History

2021-04-24 09:33:42 +02:00
pipeline:
test:
image: chewingbever/fej-builder:latest
2021-04-24 12:44:53 +02:00
# Always update the builder image
pull: true
2021-04-24 09:33:42 +02:00
commands:
- cargo test
2021-04-24 12:44:53 +02:00
branches: [ master, develop ]