oxaliq.net/.woodpecker.yml
maren 5127070432
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
lazygit
2024-01-07 18:18:40 -05:00

16 lines
379 B
YAML

when:
branch:
exclude: [ main ]
steps:
build:
image: debian:bookworm
commands:
- echo "This is the build step"
- rm -rf sorrel || true
- raco cross --target x86_64-linux exe sorrel.dev.rkt
- raco cross --target x86_64-linux dist sorrel sorrel.dev
- ls
a-test-step:
image: debian:bookworm
commands:
- echo "Testing.."