Skip to content

Commit

Permalink
Regenerate build artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmienk committed Nov 7, 2017
1 parent 0387f0e commit 1bcce1c
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,30 @@ matrix:
- os: linux
compiler: clang
env: LINK=dynamic
apt:
sources:
addons:
apt:
sources:
- sourceline: 'ppa:h-rayflood/llvm'
packages:
packages:
- clang-3.4
- os: linux
compiler: clang
env: LINK=static
apt:
sources:
addons:
apt:
sources:
- sourceline: 'ppa:h-rayflood/llvm'
packages:
packages:
- clang-3.4
- os: linux
compiler: gcc
env: LINK=dynamic
apt:
- os: linux
compiler: gcc
env: LINK=static
apt:
packages:
addons:
apt:
packages:
- lcov
fast_finish:
- true
Expand All @@ -73,6 +75,9 @@ install:
# Export CC/CXX to control gcc version.
- if [[ $GCC ]]; then export CC=gcc-4.8; export CXX=g++-4.8; fi

# Export CC/CXX to control clang version.
- if [[ $CLANG ]]; then export CC=clang-3.4; export CXX=clang++-3.4; fi

# Download and install packages.
- if [[ $OSX && $CLANG && $DYNAMIC ]]; then brew unlink boost; brew install boost; fi

Expand Down

0 comments on commit 1bcce1c

Please sign in to comment.