maren/add-ci #3
1 changed files with 7 additions and 5 deletions
|
@ -5,11 +5,13 @@ steps:
|
|||
build:
|
||||
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
|
||||
- apt update
|
||||
- rm -rf data/
|
||||
- rm -rf in-progress
|
||||
- apt -yq install racket ca-certificates
|
||||
- yes Y | raco pkg install --no-docs csv-reading
|
||||
- raco exe sorrel.dev.rkt
|
||||
- raco distribute dist sorrel.dev
|
||||
a-test-step:
|
||||
image: debian:bookworm
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue