Backporting changes on gitlab-ci.yml

This commit is contained in:
VC
2021-04-24 09:15:31 +02:00
parent 394ec5d1f3
commit f58edf3c75

View File

@@ -3,8 +3,10 @@ stages:
rust-latest:
stage: build
artifacts:
paths:
- target/release/scootaloo
image: rust:latest
script:
- cargo build --verbose
- cargo test --verbose
- cargo build --release --verbose