We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0780f86 commit a253762Copy full SHA for a253762
.travis.yml
@@ -368,9 +368,9 @@ script:
368
- |
369
if [[ "${DEPLOY}" == "true" ]]
370
then
371
- cmake --build "${BUILD_PATH}" --target install || exit $?
372
- tree "${INSTALL_PATH}" || exit $?
373
- if [[ "${TRAVIS_BRANCH}" == "master" && "${TRAVIS_PULL_REQUEST}" == "false" ]]
+ cmake --build "${BUILD_PATH}" --target doc || exit $?
+ cmake --build "${BUILD_PATH}" --target install && tree "${INSTALL_PATH}" || exit $?
+ if [[ "${TRAVIS_OS_NAME}" == "linux" && "${TRAVIS_BRANCH}" == "master" && "${TRAVIS_PULL_REQUEST}" == "false" ]]
374
375
publish "${INSTALL_PATH}/share/Metal/doc" gh-pages || exit $?
376
publish "${INSTALL_PATH}/include/" standalone || exit $?
0 commit comments