maren/add-ci #2
1 changed files with 7 additions and 5 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue