added gitlabCI config file

master
Phuntsok Drak-pa 5 years ago
parent 423a7de841
commit d0762866d0

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