sigils/.gitlab-ci.yml

17 lines
185 B
YAML
Raw Normal View History

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