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 stage: build
script: script:
- cargo build - cargo build
- cargo test
doc:
stage: build
script:
- cargo doc - cargo doc
- mv target/doc public - mv target/doc public
artifacts: artifacts:
paths: paths:
- public - public
test: deploy:
stage: test
script:
- cargo test --doc
pages:
stage: deploy stage: deploy
script: script:
- echo - echo

Loading…
Cancel
Save