try to fix MacOS in travisCI

This commit is contained in:
tangxifan 2019-10-25 10:44:40 -06:00
parent 0b687669c8
commit cb147c1180
2 changed files with 2 additions and 3 deletions

View File

@ -64,7 +64,7 @@ matrix:
- zip
- qt5-default
- os: osx
osx_image: xcode10.2 # we target latest MacOS Mojave
osx_image: xcode11.2 # we target latest MacOS Mojave
sudo: true
compiler: gcc-6 # Use clang instead of gcc in MacOS
addons:
@ -77,7 +77,6 @@ matrix:
- fontconfig
- git
- gcc@6
- gcc@4.9
- gawk
- icarus-verilog
- libxml++

View File

@ -36,7 +36,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
# export PATH="/usr/local/opt/bison/bin:/usr/local/bin:$PATH"
# export PATH="/usr/local/opt/qt/bin:$PATH"
# Install header files in Mojave, if not gcc-4.9 cannot spot stdio.h
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / -allowUntrusted
#sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / -allowUntrusted
else
# For linux, we use g++-8 and gcc-8 as default compilers
export CC=gcc-8