oxaliq.net/.woodpecker.yml

17 lines
379 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:
- echo "This is the build step"
2024-01-07 23:18:40 +00:00
- rm -rf sorrel || true
- raco cross --target x86_64-linux exe sorrel.dev.rkt
- raco cross --target x86_64-linux dist sorrel sorrel.dev
2024-01-07 23:11:53 +00:00
- ls
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.."