1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00
esp8266/tests/ci/build_docs.sh
Ivan Grokhotkov 79553e539a ci: fix checking CI_GITHUB_API_KEY, refactoring (#5496)
* ci: fix checking for presence of CI_GITHUB_API_KEY

CI_GITHUB_API_KEY is always set when evaluating job include/exclude conditions, and it only gets removed when the job starts. Move the check into the script.

* ci: split build jobs into separate shell scripts
2018-12-15 02:58:30 +01:00

10 lines
116 B
Bash
Executable File

#!/bin/bash
#
# CI job to run the documentation build
set -ev
cd $TRAVIS_BUILD_DIR/doc
SPHINXOPTS="-W" make html