cast the magic spell so that gitlab-ci will finally work
This commit is contained in:
parent
ea10296541
commit
6f64f9cd48
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ image: "scorpil/rust:stable"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -yqq
|
- apt-get update -yqq
|
||||||
- apt-get install -yqq --no-install-recommends build-essential libssl-dev
|
- apt-get install -yqq --no-install-recommends build-essential libssl-dev pkg-config
|
||||||
|
|
||||||
test:cargo:
|
test:cargo:
|
||||||
script:
|
script:
|
||||||
- rustc --version && cargo --version # Print version info for debugging
|
- rustc --version && cargo --version
|
||||||
- cargo test --verbose --jobs 1 --release # Don't paralize to make errors more readable
|
- cargo test --verbose --jobs 1 --release
|
||||||
|
|
Loading…
Reference in a new issue