update g++ on macOS

This commit is contained in:
Markus Gans 2019-11-18 01:40:42 +01:00
parent 3de8e73281
commit 15fe47327e
1 changed files with 5 additions and 1 deletions

View File

@ -110,10 +110,14 @@ matrix:
# macOS
#
- os: osx
osx_image: xcode8
env:
- TEST="macOS"
script:
- MATRIX_EVAL="brew install gcc && CC=gcc-7 && CXX=g++-7"
before_install:
- eval "${MATRIX_EVAL}"
- uname -a
script:
- autoreconf -v --install --force
- ./configure --prefix=/usr
- make -j10