[macOS] Switch CI to Xcode 8.2

This commit is contained in:
Nikolay Kasyanov 2016-12-24 16:05:24 +01:00
parent cf47299723
commit a0990e5899
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
os:
- linux
- osx
osx_image: xcode7.3
osx_image: xcode8.2
language: cpp
sudo: required
dist: trusty

View file

@ -12,7 +12,7 @@ cd build
cmake \
-D CMAKE_PREFIX_PATH="$DEPENDENCIES_ROOT;$QT_PATH" \
-D CMAKE_OSX_DEPLOYMENT_TARGET="10.8" \
-D CMAKE_OSX_SYSROOT="macosx10.11" \
-D CMAKE_OSX_SYSROOT="macosx10.12" \
-D CMAKE_BUILD_TYPE=Debug \
-D OPENMW_OSX_DEPLOYMENT=TRUE \
-D DESIRED_QT_VERSION=5 \