2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

Add OSX to CI test matrix.

This commit is contained in:
Stefan Seefeld
2018-04-08 21:34:48 -04:00
parent 7352c9c0f7
commit ac9fa536c8

View File

@@ -17,17 +17,19 @@ env:
matrix:
include:
- compiler: gcc
- os: linux
env: CXX=g++ PYTHON=python CXXFLAGS=-std=c++98
- compiler: gcc
- os: linux
env: CXX=g++ PYTHON=python CXXFLAGS=-std=c++11
- compiler: gcc
- os: linux
env: CXX=g++ PYTHON=python3 CXXFLAGS=-std=c++98
- compiler: gcc
- os: linux
env: CXX=g++ PYTHON=python3 CXXFLAGS=-std=c++11
- compiler: clang
- os: linux
env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++98
- compiler: clang
- os: linux
env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++11
- os: osx
env: CXX=clang++ PYTHON=python3 CXXFLAGS=-std=c++11
- env: PYTHON=python DOC=1