mirror of
https://gitlab.kit.edu/uskyk/kv.git
synced 2024-11-25 10:25:10 +00:00
final
This commit is contained in:
parent
1c90d33f65
commit
d2bde4b507
@ -4,10 +4,10 @@ variables:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
script:
|
script:
|
||||||
- nix-shell -p rustc cargo --run "sh -c 'set -x;
|
- 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 rustc cargo --run 'set -x; cargo test'
|
- nix-shell -p rustc cargo --run 'cargo test'
|
||||||
|
Loading…
Reference in New Issue
Block a user