0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-18 09:58:22 +02:00

travis: Get newer GCC packages to support the clang-3.8 build.

This commit is contained in:
Jason Volk 2016-08-11 19:40:22 -07:00
parent 7ecb061e69
commit 5b85e8976b

View file

@ -75,22 +75,24 @@ matrix:
- CCOMPILER=clang-3.6
- CXXCOMPILER=clang++-3.6
# - os: linux
# dist: xenial
# group: unstable
# sudo: required
# compiler: clang-3.8
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# - llvm-toolchain-xenial-3.8
# packages:
# - clang-3.8
# - ['automake', 'autoconf', 'autoconf-archive', 'libtool', 'shtool', 'libsqlite3-dev']
# env:
# - CCOMPILER=clang-3.8
# - CXXCOMPILER=clang++-3.8
- os: linux
dist: trusty
group: unstable
sudo: required
compiler: clang-3.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-trusty-3.8
packages:
- clang-3.8
- gcc-4.9
- g++-4.9
- ['automake', 'autoconf', 'autoconf-archive', 'libtool', 'shtool', 'libsqlite3-dev']
env:
- CCOMPILER=clang-3.8
- CXXCOMPILER=clang++-3.8
- os: osx
compiler: clang