fif/.gitlab-ci.yml

10 lines
128 B
YAML
Raw Normal View History

2021-04-21 06:57:57 +00:00
stages:
- build
stable:
stage: build
image: rust:latest
script:
- cargo build --verbose
- cargo test --verbose