fortune-rs/.gitlab-ci.yml

13 lines
144 B
YAML
Raw Normal View History

2019-10-27 12:12:12 +01:00
stages:
- build
Build:
stage: build
image: rust
cache:
key: global
paths:
- target
script:
- cargo build --verbose