put everything in one stage to make it go faster

master
rasul 4 years ago
parent 6777efd142
commit 954871f6ab

@ -4,22 +4,14 @@ build:
stage: build
script:
- cargo build
doc:
stage: build
script:
- cargo test
- cargo doc
- mv target/doc public
artifacts:
paths:
- public
test:
stage: test
script:
- cargo test --doc
pages:
deploy:
stage: deploy
script:
- echo

Loading…
Cancel
Save