scope osx_image [skip ci]
This commit is contained in:
parent
80fd4a96aa
commit
fd257f85aa
1 changed files with 2 additions and 3 deletions
|
@ -2,9 +2,6 @@ language: c
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
# for c++14 support (upgrades clang from 6 -> 7)
|
|
||||||
osx_image: xcode7
|
|
||||||
|
|
||||||
git:
|
git:
|
||||||
depth: 10
|
depth: 10
|
||||||
submodules: true
|
submodules: true
|
||||||
|
@ -38,9 +35,11 @@ matrix:
|
||||||
packages: [ 'gcc-4.9', 'g++-4.9', 'libstdc++-4.9-dev', 'libstdc++6' ]
|
packages: [ 'gcc-4.9', 'g++-4.9', 'libstdc++-4.9-dev', 'libstdc++6' ]
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
osx_image: xcode7 # for c++14 support (upgrades clang from 6 -> 7)
|
||||||
env: JOBS=8 MASON_PUBLISH=true
|
env: JOBS=8 MASON_PUBLISH=true
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
osx_image: xcode7 # for c++14 support (upgrades clang from 6 -> 7)
|
||||||
env: JOBS=8 COVERAGE=true
|
env: JOBS=8 COVERAGE=true
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Reference in a new issue