lazygit
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
maren 2024-01-07 18:21:54 -05:00
parent 5127070432
commit c56f9e0c5d

View file

@ -5,11 +5,13 @@ 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
- 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
a-test-step:
image: debian:bookworm
commands: