maren/add-ci #3
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ steps:
|
||||||
image: debian:bookworm
|
image: debian:bookworm
|
||||||
commands:
|
commands:
|
||||||
- echo "This is the build step"
|
- 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
|
- ls
|
||||||
a-test-step:
|
a-test-step:
|
||||||
image: debian:bookworm
|
image: debian:bookworm
|
||||||
|
|
Loading…
Reference in a new issue