diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..bd5ba1e9a8d57b4269cd6acc596a10ff342b86ee --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +before_script: + - curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly + +build: + script: + - cargo build --release + +test: + script: + - cargo test --lib + - bash examples/run_examples.sh