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
|
||||
|
||||
# for c++14 support (upgrades clang from 6 -> 7)
|
||||
osx_image: xcode7
|
||||
|
||||
git:
|
||||
depth: 10
|
||||
submodules: true
|
||||
|
@ -38,9 +35,11 @@ matrix:
|
|||
packages: [ 'gcc-4.9', 'g++-4.9', 'libstdc++-4.9-dev', 'libstdc++6' ]
|
||||
- os: osx
|
||||
compiler: clang
|
||||
osx_image: xcode7 # for c++14 support (upgrades clang from 6 -> 7)
|
||||
env: JOBS=8 MASON_PUBLISH=true
|
||||
- os: osx
|
||||
compiler: clang
|
||||
osx_image: xcode7 # for c++14 support (upgrades clang from 6 -> 7)
|
||||
env: JOBS=8 COVERAGE=true
|
||||
|
||||
before_install:
|
||||
|
|
Loading…
Reference in a new issue