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:
|
||||
script:
|
||||
- nix-shell -p rustc cargo "
|
||||
rustc -vV
|
||||
cargo -vV
|
||||
cargo build"
|
||||
- nix-shell -p rustc cargo --cmd "sh -c '
|
||||
rustc -vV &&
|
||||
cargo -vV &&
|
||||
cargo build'"
|
||||
test:
|
||||
script:
|
||||
- nix-shell -p cargo "
|
||||
cargo test"
|
||||
- nix-shell -p cargo --cmd 'cargo test'
|
||||
|
Loading…
Reference in New Issue
Block a user