docs: Run build_docs script in ci

This commit is contained in:
Angus Gratton
2019-11-22 18:58:32 +11:00
committed by Angus Gratton
parent 35db219be2
commit ee03e04947
6 changed files with 125 additions and 62 deletions
+6 -2
View File
@@ -6,7 +6,7 @@ stages:
- target_test
- post_check
- deploy
- post_check
- post_deploy
variables:
# System environment
@@ -76,6 +76,9 @@ variables:
rm -rf "$CUSTOM_TOOLCHAIN_PATH"
.setup_tools_unless_target_test: &setup_tools_unless_target_test |
if [[ -n "$IDF_DONT_USE_MIRRORS" ]]; then
export IDF_MIRROR_PREFIX_MAP=
fi
if [[ "$SETUP_TOOLS" == "1" || "$CI_JOB_STAGE" != "target_test" ]]; then
tools/idf_tools.py --non-interactive install && eval "$(tools/idf_tools.py --non-interactive export)" || exit 1
fi
@@ -142,7 +145,7 @@ after_script:
tags:
- host_test
dependencies: []
extends: .before_script_lesser_nofilter
extends: .before_script_lesser
.macos_build_template:
stage: build
@@ -163,3 +166,4 @@ include:
- '/tools/ci/config/target-test.yml'
- '/tools/ci/config/post_check.yml'
- '/tools/ci/config/deploy.yml'
- '/tools/ci/config/post_deploy.yml'