mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 10:20:35 +08:00
Set correct XCode 8 version
This commit is contained in:
committed by
Lorenz Meier
parent
88cffaddec
commit
c433e7bf3e
+1
-2
@@ -13,7 +13,7 @@ matrix:
|
||||
- docker
|
||||
- os: osx
|
||||
sudo: true
|
||||
osx_image: xcode8.0
|
||||
osx_image: xcode8
|
||||
env: CCACHE_CPP2=1
|
||||
|
||||
cache:
|
||||
@@ -46,7 +46,6 @@ before_install:
|
||||
&& wget https://s3.amazonaws.com/px4-travis/toolchain/macos/ninja
|
||||
&& sudo mv ninja /usr/local/bin
|
||||
&& chmod +x /usr/local/bin/ninja
|
||||
&& cmake --version
|
||||
;
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user