Add CI config.
This commit is contained in:
parent
823b5b5926
commit
9f4b8d5e7a
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
@ -0,0 +1,12 @@
|
||||
image: "rust:latest"
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
build-job:
|
||||
stage: build
|
||||
artifacts:
|
||||
paths:
|
||||
- target/release/htracker
|
||||
script:
|
||||
- cargo build --release
|
Loading…
Reference in New Issue
Block a user