mirror of https://github.com/google/brotli
Merge pull request #429 from google/fix-homebrew-gcc-6
Fix integration build
This commit is contained in:
commit
56c890d5f9
|
@ -138,10 +138,10 @@ matrix:
|
||||||
## all since we already test all these versions of GCC on Linux.
|
## all since we already test all these versions of GCC on Linux.
|
||||||
## We'll just test 4.4 and the most recent version.
|
## We'll just test 4.4 and the most recent version.
|
||||||
###
|
###
|
||||||
- os: osx
|
|
||||||
env: BUILD_SYSTEM=cmake C_COMPILER=gcc-6 CXX_COMPILER=g++-6
|
|
||||||
# - os: osx
|
# - os: osx
|
||||||
# env: BUILD_SYSTEM=cmake C_COMPILER=gcc-5 CXX_COMPILER=g++-5
|
# env: BUILD_SYSTEM=cmake C_COMPILER=gcc-6 CXX_COMPILER=g++-6
|
||||||
|
- os: osx
|
||||||
|
env: BUILD_SYSTEM=cmake C_COMPILER=gcc-5 CXX_COMPILER=g++-5
|
||||||
# - os: osx
|
# - os: osx
|
||||||
# env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.9 CXX_COMPILER=g++-4.9
|
# env: BUILD_SYSTEM=cmake C_COMPILER=gcc-4.9 CXX_COMPILER=g++-4.9
|
||||||
# - os: osx
|
# - os: osx
|
||||||
|
|
Loading…
Reference in New Issue