mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
try to make gitlab-ci work
This commit is contained in:
parent
79a32f10dc
commit
ea10296541
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ 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 openssl-dev
|
- apt-get install -yqq --no-install-recommends build-essential libssl-dev
|
||||||
|
|
||||||
test:cargo:
|
test:cargo:
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue