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:
parent
7fd08542e9
commit
b6453cccfe
16
.gitlab-ci.yml
Normal file
16
.gitlab-ci.yml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
before_script:
|
||||||
|
- bundle_install
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
- test
|
||||||
|
- deploy
|
||||||
|
|
||||||
|
build_linux:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- cargo build
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
tags:
|
||||||
|
- linux
|
Loading…
x
Reference in New Issue
Block a user