Skip to content

Commit

Permalink
Minor update.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Jul 15, 2018
1 parent 5d4cdc8 commit 51db102
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ compiler:

before_install:
# Install required packages
- sudo apt -qq update
# - sudo apt -qq upgrade
- sudo apt -qq install build-essential software-properties-common cmake lcov
- sudo apt -qq install byobu curl wget git htop man unzip vim wget subversion
- if [ $TRAVIS_BRANCH = "master" ]; then sudo apt-get -qq install doxygen; fi
- sudo apt-get -qq update
- sudo apt-get -qq install build-essential software-properties-common cmake lcov
- sudo apt-get -qq install byobu curl wget git htop man unzip vim wget subversion doxygen

# Install gcc/g++ v7
- sudo add-apt-repository -yy ppa:ubuntu-toolchain-r/test
- sudo apt -qq update
- sudo apt install -qq gcc-7 g++-7
- sudo apt-get -qq update
- sudo apt-get install -qq gcc-7 g++-7
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 --slave /usr/bin/g++ g++ /usr/bin/g++-7
- gcc --version
- g++ --version
Expand Down Expand Up @@ -55,7 +53,7 @@ after_success:

before_deploy:
- sudo pip install sphinx breathe sphinx_rtd_theme
- "cd docs; /bin/bash deploy.sh; cd -"
- "cd ../docs; /bin/bash deploy.sh; cd -"
- mkdir packages
- tar czvf packages/releases-$TRAVIS_TAG.tar.gz $(ls -I packages)
- zip -q packages/releases-$TRAVIS_TAG.zip -r $(ls -I packages)
Expand Down

0 comments on commit 51db102

Please sign in to comment.