mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
make CI work, hopefully
This commit is contained in:
parent
9d45230c17
commit
ec31c2b4a3
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
image: "scorpil/rust:nightly"
|
||||
|
||||
before_script:
|
||||
- apt-get update -yqq
|
||||
- apt-get install -yqq --no-install-recommends build-essential
|
||||
|
||||
test:cargo:
|
||||
script:
|
||||
- rustc --version && cargo --version
|
||||
|
|
Loading…
Reference in a new issue