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 - ./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:
script: stage: docs
- cd docs/api/ && bundle exec jekyll build -d test image: ruby:2.3
- cd docs/api/ && bundle exec jekyll build -d public script:
- cd docs/api/ && bundle exec jekyll build -d test
- cd docs/api/ && bundle exec jekyll build -d public