Added GitlabCI configuration

Bu işleme şunda yer alıyor:
Phuntsok Drak-pa 2019-02-14 14:12:36 +01:00
ebeveyn cb9aa04812
işleme bcf986cb4b
1 değiştirilmiş dosya ile 14 ekleme ve 0 silme

14
.gitlab-ci.yml Normal dosya
Dosyayı Görüntüle

@ -0,0 +1,14 @@
stages:
- build
rust-latest:
stage: build
image: rust:latest
script:
- cargo build --verbose
rust-nightly:
stage: build
image: rustlang/rust:nightly
script:
- cargo build --verbose