matrix:
include:
- - os: linux
- if: type != cron
- compiler: gcc
- env: TARGET=linux-glibc FIFTYONEDEGREES_SRC="contrib/51d/src/trie"
- os: linux-ppc64le
- if: type != cron
+ if: type == cron
compiler: gcc
- env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1c LABEL="linux-ppc64le"
+ env: TARGET=linux-glibc OPENSSL_VERSION=1.0.2r LABEL="linux-ppc64le"
- os: linux
if: type != cron
compiler: clang
curl -s "https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh" | bash || true
fi
- os: linux
- if: type != cron
- compiler: clang
- env: TARGET=linux-glibc OPENSSL_VERSION=1.1.0j
- - os: linux
- if: type != cron
+ if: type == cron
compiler: clang
- env: TARGET=linux-glibc OPENSSL_VERSION=1.0.2r
+ env: TARGET=linux-glibc OPENSSL_VERSION=1.1.0j FIFTYONEDEGREES_SRC="contrib/51d/src/trie"
- os: linux
if: type != cron
compiler: clang
env: TARGET=linux-glibc LIBRESSL_VERSION=2.9.2
- os: linux
- if: type != cron
+ if: type == cron
compiler: clang
env: TARGET=linux-glibc LIBRESSL_VERSION=2.8.3
- os: linux
- if: type != cron
+ if: type == cron
compiler: clang
env: TARGET=linux-glibc LIBRESSL_VERSION=2.7.5 EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o"
- os: linux
- if: type != cron
+ if: type == cron
compiler: clang
env: TARGET=linux-glibc BORINGSSL=yes
- os: linux
compiler: clang
env: TARGET=osx FLAGS="USE_OPENSSL=1" OPENSSL_VERSION=1.1.1c
- os: windows
- if: type != cron
+ if: type == cron
install:
- choco install bash make libssl-devel cygwin-devel gcc-core libgcc1 binutils lua-devel libpcre-devel zlib-devel --source cygwin
script: