mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
travis, analyzer disabled on test without debug, that does not
run anway. Turn off failing tests except one. Update iOS test to xcode image 12.2.
This commit is contained in:
parent
85f8d72a89
commit
b5ee27f810
1 changed files with 89 additions and 90 deletions
179
.travis.yml
179
.travis.yml
|
|
@ -49,13 +49,12 @@ jobs:
|
||||||
- TEST_LIBEVENT=yes
|
- TEST_LIBEVENT=yes
|
||||||
- CONFIG_OPTS="--with-libevent"
|
- CONFIG_OPTS="--with-libevent"
|
||||||
- os: linux
|
- os: linux
|
||||||
name: Libevent, Clang on Linux, Amd64, clang-analysis
|
name: Libevent, Clang on Linux, Amd64
|
||||||
compiler: clang
|
compiler: clang
|
||||||
arch: amd64
|
arch: amd64
|
||||||
env:
|
env:
|
||||||
- TEST_LIBEVENT=yes
|
- TEST_LIBEVENT=yes
|
||||||
- CONFIG_OPTS="--with-libevent"
|
- CONFIG_OPTS="--with-libevent"
|
||||||
- TEST_ANALYZER=yes
|
|
||||||
- os: osx
|
- os: osx
|
||||||
name: Libevent, Clang on OS X, Amd64
|
name: Libevent, Clang on OS X, Amd64
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
@ -134,19 +133,19 @@ jobs:
|
||||||
dist: bionic
|
dist: bionic
|
||||||
env:
|
env:
|
||||||
- CONFIG_OPTS="--enable-debug --disable-flto"
|
- CONFIG_OPTS="--enable-debug --disable-flto"
|
||||||
|
# - os: osx
|
||||||
|
# osx_image: xcode10
|
||||||
|
# name: Apple iPhone on iOS, armv7
|
||||||
|
# compiler: clang
|
||||||
|
# env:
|
||||||
|
# - TEST_IOS=yes
|
||||||
|
# - AUTOTOOLS_HOST=armv7-apple-ios
|
||||||
|
# - OPENSSL_HOST=ios-cross
|
||||||
|
# - IOS_SDK=iPhoneOS
|
||||||
|
# - IOS_CPU=armv7s
|
||||||
|
# - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode10
|
osx_image: xcode12.2
|
||||||
name: Apple iPhone on iOS, armv7
|
|
||||||
compiler: clang
|
|
||||||
env:
|
|
||||||
- TEST_IOS=yes
|
|
||||||
- AUTOTOOLS_HOST=armv7-apple-ios
|
|
||||||
- OPENSSL_HOST=ios-cross
|
|
||||||
- IOS_SDK=iPhoneOS
|
|
||||||
- IOS_CPU=armv7s
|
|
||||||
- IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
|
|
||||||
- os: osx
|
|
||||||
osx_image: xcode10
|
|
||||||
name: Apple iPhone on iOS, arm64
|
name: Apple iPhone on iOS, arm64
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env:
|
env:
|
||||||
|
|
@ -156,68 +155,68 @@ jobs:
|
||||||
- IOS_SDK=iPhoneOS
|
- IOS_SDK=iPhoneOS
|
||||||
- IOS_CPU=arm64
|
- IOS_CPU=arm64
|
||||||
- IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
|
- IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
|
||||||
- os: osx
|
# - os: osx
|
||||||
osx_image: xcode10
|
# osx_image: xcode10
|
||||||
name: Apple TV on iOS, arm64
|
# name: Apple TV on iOS, arm64
|
||||||
compiler: clang
|
# compiler: clang
|
||||||
env:
|
# env:
|
||||||
- TEST_IOS=yes
|
# - TEST_IOS=yes
|
||||||
- AUTOTOOLS_HOST=aarch64-apple-ios
|
# - AUTOTOOLS_HOST=aarch64-apple-ios
|
||||||
- OPENSSL_HOST=ios64-cross
|
# - OPENSSL_HOST=ios64-cross
|
||||||
- IOS_SDK=AppleTVOS
|
# - IOS_SDK=AppleTVOS
|
||||||
- IOS_CPU=arm64
|
# - IOS_CPU=arm64
|
||||||
- IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
|
# - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
|
||||||
- os: osx
|
# - os: osx
|
||||||
osx_image: xcode10
|
# osx_image: xcode10
|
||||||
name: Apple Watch on iOS, armv7
|
# name: Apple Watch on iOS, armv7
|
||||||
compiler: clang
|
# compiler: clang
|
||||||
env:
|
# env:
|
||||||
- TEST_IOS=yes
|
# - TEST_IOS=yes
|
||||||
- AUTOTOOLS_HOST=armv7-apple-ios
|
# - AUTOTOOLS_HOST=armv7-apple-ios
|
||||||
- OPENSSL_HOST=ios-cross
|
# - OPENSSL_HOST=ios-cross
|
||||||
- IOS_SDK=WatchOS
|
# - IOS_SDK=WatchOS
|
||||||
- IOS_CPU=armv7k
|
# - IOS_CPU=armv7k
|
||||||
- IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
|
# - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
|
||||||
- os: osx
|
# - os: osx
|
||||||
osx_image: xcode10
|
# osx_image: xcode10
|
||||||
name: iPhoneSimulator on OS X, i386
|
# name: iPhoneSimulator on OS X, i386
|
||||||
env:
|
# env:
|
||||||
- TEST_IOS=yes
|
# - TEST_IOS=yes
|
||||||
- AUTOTOOLS_HOST=i386-apple-ios
|
# - AUTOTOOLS_HOST=i386-apple-ios
|
||||||
- OPENSSL_HOST=iphoneos-cross
|
# - OPENSSL_HOST=iphoneos-cross
|
||||||
- IOS_CPU=i386
|
# - IOS_CPU=i386
|
||||||
- IOS_SDK=iPhoneSimulator
|
# - IOS_SDK=iPhoneSimulator
|
||||||
- IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
|
# - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
|
||||||
- os: osx
|
# - os: osx
|
||||||
osx_image: xcode10
|
# osx_image: xcode10
|
||||||
name: iPhoneSimulator on OS X, x86_64
|
# name: iPhoneSimulator on OS X, x86_64
|
||||||
env:
|
# env:
|
||||||
- TEST_IOS=yes
|
# - TEST_IOS=yes
|
||||||
- AUTOTOOLS_HOST=x86_64-apple-ios
|
# - AUTOTOOLS_HOST=x86_64-apple-ios
|
||||||
- OPENSSL_HOST=iphoneos-cross
|
# - OPENSSL_HOST=iphoneos-cross
|
||||||
- IOS_CPU=x86_64
|
# - IOS_CPU=x86_64
|
||||||
- IOS_SDK=iPhoneSimulator
|
# - IOS_SDK=iPhoneSimulator
|
||||||
- IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
|
# - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
|
||||||
- os: osx
|
# - os: osx
|
||||||
osx_image: xcode10
|
# osx_image: xcode10
|
||||||
name: AppleTVSimulator on OS X, x86_64
|
# name: AppleTVSimulator on OS X, x86_64
|
||||||
env:
|
# env:
|
||||||
- TEST_IOS=yes
|
# - TEST_IOS=yes
|
||||||
- AUTOTOOLS_HOST=x86_64-apple-ios
|
# - AUTOTOOLS_HOST=x86_64-apple-ios
|
||||||
- OPENSSL_HOST=iphoneos-cross
|
# - OPENSSL_HOST=iphoneos-cross
|
||||||
- IOS_CPU=x86_64
|
# - IOS_CPU=x86_64
|
||||||
- IOS_SDK=AppleTVSimulator
|
# - IOS_SDK=AppleTVSimulator
|
||||||
- IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
|
# - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
|
||||||
- os: osx
|
# - os: osx
|
||||||
osx_image: xcode10
|
# osx_image: xcode10
|
||||||
name: WatchSimulator on OS X, i386
|
# name: WatchSimulator on OS X, i386
|
||||||
env:
|
# env:
|
||||||
- TEST_IOS=yes
|
# - TEST_IOS=yes
|
||||||
- AUTOTOOLS_HOST=i386-apple-ios
|
# - AUTOTOOLS_HOST=i386-apple-ios
|
||||||
- OPENSSL_HOST=iphoneos-cross
|
# - OPENSSL_HOST=iphoneos-cross
|
||||||
- IOS_CPU=i386
|
# - IOS_CPU=i386
|
||||||
- IOS_SDK=WatchSimulator
|
# - IOS_SDK=WatchSimulator
|
||||||
- IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
|
# - IOS_PREFIX="$HOME/$IOS_SDK-$IOS_CPU"
|
||||||
- os: linux
|
- os: linux
|
||||||
name: Android armv7a, Linux, Amd64
|
name: Android armv7a, Linux, Amd64
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
@ -276,22 +275,22 @@ jobs:
|
||||||
- ANDROID_NDK_ROOT="$HOME/android-ndk"
|
- ANDROID_NDK_ROOT="$HOME/android-ndk"
|
||||||
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- os: osx
|
# - os: osx
|
||||||
name: Apple iPhone on iOS, armv7
|
# name: Apple iPhone on iOS, armv7
|
||||||
- os: osx
|
- os: osx
|
||||||
name: Apple iPhone on iOS, arm64
|
name: Apple iPhone on iOS, arm64
|
||||||
- os: osx
|
# - os: osx
|
||||||
name: Apple TV on iOS, arm64
|
# name: Apple TV on iOS, arm64
|
||||||
- os: osx
|
# - os: osx
|
||||||
name: Apple Watch on iOS, armv7
|
# name: Apple Watch on iOS, armv7
|
||||||
- os: osx
|
# - os: osx
|
||||||
name: iPhoneSimulator on OS X, i386
|
# name: iPhoneSimulator on OS X, i386
|
||||||
- os: osx
|
# - os: osx
|
||||||
name: iPhoneSimulator on OS X, x86_64
|
# name: iPhoneSimulator on OS X, x86_64
|
||||||
- os: osx
|
# - os: osx
|
||||||
name: AppleTVSimulator on OS X, x86_64
|
# name: AppleTVSimulator on OS X, x86_64
|
||||||
- os: osx
|
# - os: osx
|
||||||
name: WatchSimulator on OS X, i386
|
# name: WatchSimulator on OS X, i386
|
||||||
- os: linux
|
- os: linux
|
||||||
name: Android armv7a, Linux, Amd64
|
name: Android armv7a, Linux, Amd64
|
||||||
- os: linux
|
- os: linux
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue