lazygit
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
maren 2024-01-07 18:18:40 -05:00
parent 4b151e4792
commit 5127070432

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