xmpp-rs/sasl/.gitlab-ci.yml

11 lines
258 B
YAML
Raw Normal View History

2017-02-27 15:08:09 +00:00
image: "scorpil/rust:stable"
before_script:
- apt-get update -yqq
- apt-get install -yqq --no-install-recommends build-essential libssl-dev pkg-config
test:cargo:
script:
- rustc --version && cargo --version
- cargo test --verbose --jobs 1 --release