Initial attempt at getting the library to use continual integration.

This will attempt to get the linux build to work on the gitlab
shared runner ci system.
This commit is contained in:
Jason Smith 2015-12-02 03:02:45 -05:00
parent 7fd08542e9
commit b6453cccfe

16
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,16 @@
before_script:
- bundle_install
stages:
- build
- test
- deploy
build_linux:
stage: build
script:
- cargo build
only:
- master
tags:
- linux