added gitlabCI config file

This commit is contained in:
Phuntsok Drak-pa 2018-11-02 14:15:20 +01:00
parent 423a7de841
commit d0762866d0
1 changed files with 9 additions and 0 deletions

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
image: rustlang/rust:nightly
stages:
- build
build:
stage: build
script:
- cargo build --release