maren/add-ci #2

Closed
maren wants to merge 21 commits from maren/add-ci into main
Showing only changes of commit c56f9e0c5d - Show all commits

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: