kv/.gitlab-ci.yml
2021-03-20 22:29:51 +01:00

13 lines
218 B
YAML

variables:
CARGO_HOME: /tmp/cargo
build:
script:
- nix-shell -p rustc cargo --cmd "sh -c '
rustc -vV &&
cargo -vV &&
cargo build'"
test:
script:
- nix-shell -p cargo --cmd 'cargo test'