chore: disable doc deployment job in Travis CI and add TODOs for known issues

This commit is contained in:
Bob Nystrom
2018-07-13 16:15:26 +00:00
parent bf5b66264f
commit d12463b82e
2 changed files with 14 additions and 9 deletions
+7 -6
View File
@@ -9,12 +9,13 @@ env:
- WREN_OPTIONS="" CI_ARCHS="ci_32 ci_64"
- WREN_OPTIONS="-DWREN_NAN_TAGGING=0" CI_ARCHS="ci_64"
jobs:
include:
- stage: deploy
script: bash util/deploy_docs_from_travis.sh
# Only deploy commits that land on master.
if: branch = master and type = push
# TODO: Enable this once the TODOs in util/deploy_docs_from_travis.sh are fixed.
# jobs:
# include:
# - stage: deploy
# script: bash util/deploy_docs_from_travis.sh
# # Only deploy commits that land on master.
# if: branch = master and type = push
# Travis VMs are 64-bit but we compile both for 32 and 64 bit. To enable the
# 32-bit builds to work, we need gcc-multilib.