travis osx 10.10 min (#2252)
This commit is contained in:
parent
21a34eaaa1
commit
9ebbd0c3ca
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ matrix:
|
||||||
env: BUILDTYPE=Debug DIST=trusty
|
env: BUILDTYPE=Debug DIST=trusty
|
||||||
# osx debug build, osx + clang + qt5
|
# osx debug build, osx + clang + qt5
|
||||||
- os: osx
|
- os: osx
|
||||||
|
osx_image: xcode6.4
|
||||||
env: BUILDTYPE=Debug
|
env: BUILDTYPE=Debug
|
||||||
# linux trusty release build, precise + gcc + qt5
|
# linux trusty release build, precise + gcc + qt5
|
||||||
- os: linux
|
- os: linux
|
||||||
|
@ -15,6 +16,7 @@ matrix:
|
||||||
env: BUILDTYPE=Release DIST=trusty
|
env: BUILDTYPE=Release DIST=trusty
|
||||||
# osx release build, osx + gcc + qt5
|
# osx release build, osx + gcc + qt5
|
||||||
- os: osx
|
- os: osx
|
||||||
|
osx_image: xcode6.4
|
||||||
env: BUILDTYPE=Release
|
env: BUILDTYPE=Release
|
||||||
script: ./travis-compile.sh
|
script: ./travis-compile.sh
|
||||||
install: ./travis-dependencies.sh
|
install: ./travis-dependencies.sh
|
||||||
|
|
Loading…
Reference in a new issue