oxaliq.net/.woodpecker.yml

19 lines
417 B
YAML
Raw Normal View History

when:
branch:
exclude: [ main ]
2023-12-18 00:25:26 +00:00
steps:
build:
2024-01-07 22:49:32 +00:00
image: debian:bookworm
2023-12-18 00:25:26 +00:00
commands:
2024-01-07 23:21:54 +00:00
- apt update
- rm -rf data/
- rm -rf in-progress
- apt -yq install racket ca-certificates
- yes Y | raco pkg install --no-docs csv-reading
- raco exe sorrel.dev.rkt
- raco distribute dist sorrel.dev
2023-12-18 00:25:26 +00:00
a-test-step:
2024-01-07 22:49:32 +00:00
image: debian:bookworm
2023-12-18 00:25:26 +00:00
commands:
- echo "Testing.."