CI: first attempt

This commit is contained in:
Arne Keller 2021-03-20 22:24:52 +01:00
parent 9725ef0d85
commit 7e11807eed

13
.gitlab-ci.yml Normal file
View 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"