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: build:
image: debian:bookworm image: debian:bookworm
commands: commands:
- echo "This is the build step" - apt update
- rm -rf sorrel || true - rm -rf data/
- raco cross --target x86_64-linux exe sorrel.dev.rkt - rm -rf in-progress
- raco cross --target x86_64-linux dist sorrel sorrel.dev - apt -yq install racket ca-certificates
- ls - yes Y | raco pkg install --no-docs csv-reading
- raco exe sorrel.dev.rkt
- raco distribute dist sorrel.dev
a-test-step: a-test-step:
image: debian:bookworm image: debian:bookworm
commands: commands: