mirror of
https://gitlab.kit.edu/uskyk/kv.git
synced 2024-11-14 05:03:40 +00:00
14 lines
199 B
YAML
14 lines
199 B
YAML
variables:
|
|
CARGO_HOME: /tmp/cargo
|
|
|
|
build:
|
|
script:
|
|
- nix-shell -p rustc cargo "
|
|
rustc -vV
|
|
cargo -vV
|
|
cargo build"
|
|
test:
|
|
script:
|
|
- nix-shell -p cargo "
|
|
cargo test"
|