fortune-rs/.gitlab-ci.yml

14 lines
176 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
- ./target/debug/fortune-rs