osx image used for builds, i.e. xcode7.3 is outdated, we
can switch to "default" xcode9.4 and use more fast brew
travis-ci plugin
Signed-off-by: Ilya Shipitsin <chipitsine@gmail.com>
Acked-by: Steffan Karger <steffan.karger@fox-it.com>
Message-Id: <
20190311133620.18278-4-chipitsine@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg18269.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
compiler: clang
- env: SSLLIB="openssl"
os: osx
- osx_image: xcode7.3
compiler: clang
- env: SSLLIB="mbedtls"
os: osx
- osx_image: xcode7.3
compiler: clang
- env: SSLLIB="openssl" CHOST=x86_64-w64-mingw32 OPENSSL_VERSION="1.0.1u"
os: linux
apt:
update: true
packages: [ liblzo2-dev, libpam0g-dev, liblz4-dev, linux-libc-dev, man2html, mingw-w64]
+ homebrew:
+ packages: [ lzo ]
cache:
directories:
- ${HOME}/opt
- ${HOME}/Library/Caches/Homebrew
-before_install:
- - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew update ; fi
- - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then brew install lzo; fi
-
install:
- if [ ! -z "${CHOST}" ]; then unset CC; fi
- .travis/build-deps.sh > build-deps.log 2>&1 || (cat build-deps.log && exit 1)