Files
htracker/.gitlab-ci.yml
2022-07-07 13:43:16 +02:00

13 lines
161 B
YAML

image: "rust:latest"
stages:
- build
build-job:
stage: build
artifacts:
paths:
- target/release/htracker
script:
- cargo build --release