Add gitlab ci

This commit is contained in:
runebaas 2019-10-27 12:12:12 +01:00
parent d2d28b8011
commit 339a4d65b0
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6

12
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,12 @@
stages:
- build
Build:
stage: build
image: rust
cache:
key: global
paths:
- target
script:
- cargo build --verbose