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