Add CI config file.

This commit is contained in:
Nicolás A. Ortega Froysa 2022-07-02 12:27:11 +02:00
parent cb88b7c3d2
commit 774e5fc987
1 changed files with 12 additions and 0 deletions

12
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,12 @@
image: "rust:latest"
stages:
- build
build-job:
stage: build
artifacts:
paths:
- target/release/skyums-protocol
script:
- cargo build --release