maren/add-ci #3

Merged
oxaliq merged 21 commits from maren/add-ci into main 2024-01-08 02:13:22 +00:00
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