- docker
- os: osx
env: BUILD_OFFICIAL=1
- osx_image: xcode7.2
+ osx_image: xcode7.3
- os: linux
dist: trusty
compiler: clang
env: CMAKE_FLAGS="-DWITH_SIMD=0"
before_install:
+ - if [ "$TRAVIS_OS_NAME" = "osx" ]; then
+ brew install nasm homebrew/versions/gcc5 md5sha1sum Caskroom/versions/java6 gpg &&
+ git clone --depth=1 https://github.com/libjpeg-turbo/gas-preprocessor.git ~/src/gas-preprocessor &&
+ ln -fs /Applications/Xcode.app /Applications/Xcode72.app;
+ fi
- if [ "${BUILD_OFFICIAL:-}" != "" ]; then
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
docker pull dcommander/buildljt;
gpg --import ci/sign_ljt &&
rm ci/sign_ljt;
fi
- - if [ "$TRAVIS_OS_NAME" = "osx" ]; then
- brew install nasm homebrew/versions/gcc5 md5sha1sum Caskroom/versions/java6 &&
- git clone --depth=1 https://github.com/libjpeg-turbo/gas-preprocessor.git ~/src/gas-preprocessor &&
- ln -fs /Applications/Xcode.app /Applications/Xcode72.app;
- fi
script:
- if [ "${BUILD_OFFICIAL:-}" != "" ]; then