Add CI config.
This commit is contained in:
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
|
Reference in New Issue
Block a user