kv/.gitlab-ci.yml
Arne Keller 67f039a2ce .
2021-03-20 22:30:26 +01:00

13 lines
218 B
YAML

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