sigils/.gitlab-ci.yml
Jason Smith b6453cccfe 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.
2015-12-02 03:02:45 -05:00

17 lines
185 B
YAML

before_script:
- bundle_install
stages:
- build
- test
- deploy
build_linux:
stage: build
script:
- cargo build
only:
- master
tags:
- linux