The new libjpeg-turbo 2.1.x official build scripts expect Xcode to be
under /Applications/Xcode83.app.
before_install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
git clone --depth=1 https://github.com/libjpeg-turbo/gas-preprocessor.git ~/src/gas-preprocessor &&
- ln -fs /Applications/Xcode.app /Applications/Xcode72.app;
+ ln -fs /Applications/Xcode.app /Applications/Xcode83.app;
fi
- if [ "${BUILD_OFFICIAL:-}" != "" ]; then
if [ "$TRAVIS_OS_NAME" = "linux" ]; then