1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-07-03 20:00:36 +02:00

cast the magic spell so that gitlab-ci will finally work

This commit is contained in:
lumi 2017-02-19 21:03:21 +00:00
parent ea10296541
commit 6f64f9cd48

View File

@ -2,9 +2,9 @@ image: "scorpil/rust:stable"
before_script:
- 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:
script:
- rustc --version && cargo --version # Print version info for debugging
- cargo test --verbose --jobs 1 --release # Don't paralize to make errors more readable
- rustc --version && cargo --version
- cargo test --verbose --jobs 1 --release