xmpp-rs/sasl/.gitlab-ci.yml
Emmanuel Gil Peyrot 0dd7900244 Remove apt-get usage from CI
This is required to make it run on ArchLinux and derivatives.
2020-12-26 18:48:33 +01:00

6 lines
127 B
YAML

image: "rust:latest"
test:cargo:
script:
- rustc --version && cargo --version
- cargo test --verbose --jobs 1 --release