mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 04:52:28 +00:00
add ci
This commit is contained in:
parent
4a7aa6eef5
commit
4121001244
1 changed files with 9 additions and 0 deletions
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- check
|
||||||
|
|
||||||
|
check:
|
||||||
|
stage: check
|
||||||
|
image: msrd0/rust-pq
|
||||||
|
script:
|
||||||
|
- cargo check
|
Loading…
Add table
Reference in a new issue