htracker/.gitlab-ci.yml

13 lines
161 B
YAML
Raw Normal View History

2022-07-07 11:43:16 +00:00
image: "rust:latest"
stages:
- build
build-job:
stage: build
artifacts:
paths:
- target/release/htracker
script:
- cargo build --release