maren/add-ci #2

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

View file

@ -6,6 +6,9 @@ steps:
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