Skip to content

Commit

Permalink
Travis is amazingly difficult at times.
Browse files Browse the repository at this point in the history
  • Loading branch information
octylFractal committed Jun 23, 2017
1 parent 0903141 commit c73b462
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,36 @@ matrix:
- os: linux
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'webupd8team-java']
sources:
- ubuntu-toolchain-r-test
- sourceline: 'ppa:webupd8team/java'
packages: ['g++-6', 'cmake', 'python3', 'python3-pip', 'python3-setuptools', 'nodejs', 'npm', 'libsfml-dev', 'libprotobuf-dev', 'protobuf-compiler', 'libzmq-dev', 'oracle-java8-installer']
env: CCOMPILER='gcc-6' CXXCOMPILER='g++-6'

- os: linux
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'webupd8team-java']
sources:
- ubuntu-toolchain-r-test
- sourceline: 'ppa:webupd8team/java'
packages: ['g++-5', 'cmake', 'python3', 'python3-pip', 'python3-setuptools', 'nodejs', 'npm', 'libsfml-dev', 'libprotobuf-dev', 'protobuf-compiler', 'libzmq-dev', 'oracle-java8-installer']
env: CCOMPILER='gcc-5' CXXCOMPILER='g++-5'

- os: linux
addons:
apt:
sources: ['llvm-toolchain-trusty-3.9', 'webupd8team-java']
sources:
- llvm-toolchain-trusty-3.9
- sourceline: 'ppa:webupd8team/java'
packages: ['clang-3.9', 'cmake', 'python3', 'python3-pip', 'python3-setuptools', 'nodejs', 'npm', 'libsfml-dev', 'libprotobuf-dev', 'protobuf-compiler', 'libzmq-dev', 'oracle-java8-installer']
env: CCOMPILER='clang-3.9' CXXCOMPILER='clang++-3.9'

- os: linux
addons:
apt:
sources: ['llvm-toolchain-trusty-4.0', 'webupd8team-java']
sources:
- llvm-toolchain-trusty-4.0
- sourceline: 'ppa:webupd8team/java'
packages: ['clang-4.0', 'cmake', 'python3', 'python3-pip', 'python3-setuptools', 'nodejs', 'npm', 'libsfml-dev', 'libprotobuf-dev', 'protobuf-compiler', 'libzmq-dev', 'oracle-java8-installer']
env: CCOMPILER='clang-4.0' CXXCOMPILER='clang++-4.0'

Expand Down

0 comments on commit c73b462

Please sign in to comment.