Skip to content

Commit

Permalink
Minor update.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Oct 2, 2019
1 parent 4162793 commit 200c9bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand All @@ -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:
Expand Down

0 comments on commit 200c9bf

Please sign in to comment.