mirror of
https://gitlab.kit.edu/uskyk/kv.git
synced 2024-11-25 10:25:10 +00:00
CI: first attempt
This commit is contained in:
parent
9725ef0d85
commit
7e11807eed
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
Loading…
Reference in New Issue
Block a user