Add CI config file.
This commit is contained in:
parent
cb88b7c3d2
commit
774e5fc987
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/skyums-protocol
|
||||||
|
script:
|
||||||
|
- cargo build --release
|
Loading…
Reference in New Issue
Block a user