Test with GCC and Clang on MacOSX

This commit is contained in:
Christophe Riccio 2018-08-18 22:32:05 +02:00
parent ab0c938e23
commit 2f546153ee

View File

@ -1,10 +1,15 @@
language: cpp
os:
- osx
matrix:
include:
- os: osx
osx_image: xcode8
- os: osx
osx_image: xcode8
env:
- MATRIX_EVAL="brew install gcc && CC=gcc-7 && CXX=g++-7"
- os: linux
addons:
apt: