diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..5778017 --- /dev/null +++ b/.gitlab-ci.yml @@ -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"