Update .gitlab-ci.yml

This commit is contained in:
Christian 2019-06-09 12:19:49 +00:00
parent ead03c1921
commit 2596ae582f
1 changed files with 11 additions and 9 deletions

View File

@ -17,13 +17,15 @@ coverage:
- ./scripts/coverage.sh
- flutter pub pub publish --dry-run
docs:
docs:1:
stage: docs
scripts:
- image: cirrusci/flutter
script:
- dartdoc
- image: ruby:2.3
script:
- cd docs/api/ && bundle exec jekyll build -d test
- cd docs/api/ && bundle exec jekyll build -d public
image: cirrusci/flutter
script:
- dartdoc
docs:2:
stage: docs
image: ruby:2.3
script:
- cd docs/api/ && bundle exec jekyll build -d test
- cd docs/api/ && bundle exec jekyll build -d public