1 changed files with
9 additions and
0 deletions
|
|
@ -5,6 +5,15 @@ build:
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- cargo build
|
|
|
|
- cargo build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
doc:
|
|
|
|
|
|
|
|
stage: build
|
|
|
|
|
|
|
|
script:
|
|
|
|
|
|
|
|
- cargo doc
|
|
|
|
|
|
|
|
- mv target/doc public
|
|
|
|
|
|
|
|
artifacts:
|
|
|
|
|
|
|
|
paths:
|
|
|
|
|
|
|
|
-public
|
|
|
|
|
|
|
|
|
|
|
|
test:
|
|
|
|
test:
|
|
|
|
stage: test
|
|
|
|
stage: test
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|