master
rasul 5 years ago
parent eba9edd23f
commit d08ca4c0d7

@ -5,6 +5,15 @@ build:
script:
- cargo build
doc:
stage: build
script:
- cargo doc
- mv target/doc public
artifacts:
paths:
-public
test:
stage: test
script:

Loading…
Cancel
Save