Add .gitlab-ci.yml

This commit is contained in:
Sebastian Hugentobler 2017-03-21 12:02:35 +00:00
parent 35aa9fdc00
commit 278f34cbff

7
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,7 @@
before_script:
- apt-get update -qq && apt-get install -y -qq curl
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
build:
script:
- cargo build --release