Commit 2e7a08a8 by Nicolas Capens Committed by Nicolas Capens

Build with a newer version of XCode.

Travis CI by default uses XCode 7.3 on Mac OS X, which does not support the C++11 thread_local keyword expected by Subzero. Request XCode 8 GM instead. Change-Id: I0afa7804997ff5b5a6bbfe7829ba6134fe3d54ca Reviewed-on: https://swiftshader-review.googlesource.com/11548Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent d57d093e
...@@ -5,6 +5,7 @@ os: ...@@ -5,6 +5,7 @@ os:
- osx - osx
dist: trusty dist: trusty
osx_image: xcode8
sudo: false sudo: false
compiler: compiler:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment