added gitlabCI config file

Este commit está contenido en:
Phuntsok Drak-pa 2018-11-02 14:15:20 +01:00
padre 423a7de841
commit d0762866d0
Se han modificado 1 ficheros con 9 adiciones y 0 borrados

9
.gitlab-ci.yml Archivo normal
Ver fichero

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