16 lines
231 B
YAML
16 lines
231 B
YAML
image: sseemayer/rust-musl-builder-mingw
|
|
|
|
build-test:
|
|
stage: build
|
|
only:
|
|
- testing
|
|
script:
|
|
- cd server/
|
|
- cargo build --release
|
|
|
|
curl:
|
|
stage: testing
|
|
- cargo run --release
|
|
- fc_id=$!
|
|
- bash ./tests/main.sh body
|