mirror of
https://gitlab.kit.edu/uskyk/kv.git
synced 2024-11-25 10:25:10 +00:00
.
This commit is contained in:
parent
c5c8acfaa6
commit
67f039a2ce
@ -3,10 +3,10 @@ variables:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
script:
|
script:
|
||||||
- nix-shell -p rustc cargo --cmd "sh -c '
|
- nix-shell -p rustc cargo --run "sh -c '
|
||||||
rustc -vV &&
|
rustc -vV &&
|
||||||
cargo -vV &&
|
cargo -vV &&
|
||||||
cargo build'"
|
cargo build'"
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
- nix-shell -p cargo --cmd 'cargo test'
|
- nix-shell -p cargo --run 'cargo test'
|
||||||
|
Loading…
Reference in New Issue
Block a user