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