Update .gitlab-ci.yml
This commit is contained in:
parent
ead03c1921
commit
2596ae582f
|
@ -17,13 +17,15 @@ coverage:
|
||||||
- ./scripts/coverage.sh
|
- ./scripts/coverage.sh
|
||||||
- flutter pub pub publish --dry-run
|
- flutter pub pub publish --dry-run
|
||||||
|
|
||||||
docs:
|
docs:1:
|
||||||
stage: docs
|
stage: docs
|
||||||
scripts:
|
image: cirrusci/flutter
|
||||||
- image: cirrusci/flutter
|
|
||||||
script:
|
script:
|
||||||
- dartdoc
|
- dartdoc
|
||||||
- image: ruby:2.3
|
|
||||||
|
docs:2:
|
||||||
|
stage: docs
|
||||||
|
image: ruby:2.3
|
||||||
script:
|
script:
|
||||||
- cd docs/api/ && bundle exec jekyll build -d test
|
- cd docs/api/ && bundle exec jekyll build -d test
|
||||||
- cd docs/api/ && bundle exec jekyll build -d public
|
- cd docs/api/ && bundle exec jekyll build -d public
|
Loading…
Reference in a new issue