From 200c9bf5237230547bb4d81e76cbfcbc1b431a4a Mon Sep 17 00:00:00 2001 From: Tatsuya Yatagawa Date: Wed, 2 Oct 2019 18:38:48 +0900 Subject: [PATCH] Minor update. --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a47a368..daff423 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ install: - sed -i -e "s/@BUILD_STATIC_LIB@/$BUILD_STATIC_LIB/" Dockerfile # Build Dockerfile - - travis_retry docker build --tag=lime-env . + - travis_wait docker build --tag=lime-env . # Run container - docker run --name lime-env --env="CI=true" --env="TRAVIS_JOB_ID=$TRAVIS_JOB_ID" --env="CTEST_OUTPUT_ON_FAILURE=TRUE" -itd lime-env @@ -54,12 +54,12 @@ before_deploy: - git config --global user.email "travis@travis-ci.org" - sudo apt-get -qq install doxygen - wget -q https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh - - bash miniconda.sh -b -p $HOME/anaconda - - export PATH="$HOME/anaconda/bin:$PATH" + - bash miniconda.sh -b -p $HOME/miniconda + - export PATH="$HOME/miniconda/bin:$PATH" - conda update --yes conda - conda install --yes sphinx - pip install breathe sphinx_rtd_theme - - patch -u $HOME/anaconda/lib/python3.6/site-packages/breathe/renderer/sphinxrenderer.py < docs/sphinxrenderer.py.patch + - patch -u $HOME/miniconda/lib/python3.6/site-packages/breathe/renderer/sphinxrenderer.py < docs/sphinxrenderer.py.patch - cd docs && sh ./deploy_docs.sh && cd - - mkdir packages - tar czvf packages/releases-v${LIME_VERSION}.tar.gz $(ls -I packages) @@ -78,7 +78,7 @@ deploy: on: tags: false branch: master - condition: "$CXX = clang++ && $PYTHON_VERSION = 3.5" + condition: "$CXX = clang++ && BUILD_STATIC_LIB=OFF && $PYTHON_VERSION = 3.5" branches: only: