updated syntax

This commit is contained in:
shockrah 2020-07-31 00:15:04 -07:00
parent 9342f5a2ea
commit ab981f68d0

View File

@ -1,6 +1,6 @@
image: sseemayer/rust-musl-builder-mingw image: sseemayer/rust-musl-builder-mingw
build-test: basic-build:
stage: build stage: build
only: only:
- testing - testing
@ -8,8 +8,12 @@ build-test:
- cd server/ - cd server/
- cargo build --release - cargo build --release
curl:
stage: testing basic-test:
stage: test
only:
- testing
script:
- cargo run --release - cargo run --release
- fc_id=$! - fc_id=$!
- bash ./tests/main.sh body - bash ./tests/main.sh body