mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-18 11:47:03 +00:00
CI: run travis-ci builds on push only, skip pull requests
[wt: we have few pull reqs and they're automatically closed, however seeing them pop up here and there needlessly was adding noise to the reports]
This commit is contained in:
parent
ad91124bcf
commit
ceb060ed40
12
.travis.yml
12
.travis.yml
@ -39,17 +39,17 @@ matrix:
|
|||||||
env: TARGET=linux-glibc OPENSSL_VERSION=1.0.2u
|
env: TARGET=linux-glibc OPENSSL_VERSION=1.0.2u
|
||||||
- os: linux
|
- os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
if: type != cron
|
if: type == push
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d CC=clang-9
|
env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d CC=clang-9
|
||||||
- os: linux
|
- os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
if: type != cron
|
if: type == push
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d CC=clang-9
|
env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d CC=clang-9
|
||||||
- os: linux
|
- os: linux
|
||||||
arch: s390x
|
arch: s390x
|
||||||
if: type != cron
|
if: type == push
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d
|
env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1d
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -67,7 +67,7 @@ matrix:
|
|||||||
compiler: clang
|
compiler: clang
|
||||||
env: TARGET=linux-glibc OPENSSL_VERSION=1.1.0l FIFTYONEDEGREES_SRC="contrib/51d/src/trie" CC=clang-9
|
env: TARGET=linux-glibc OPENSSL_VERSION=1.1.0l FIFTYONEDEGREES_SRC="contrib/51d/src/trie" CC=clang-9
|
||||||
- os: linux
|
- os: linux
|
||||||
if: type != cron
|
if: type == push
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: TARGET=linux-glibc LIBRESSL_VERSION=3.0.2 CC=clang-9
|
env: TARGET=linux-glibc LIBRESSL_VERSION=3.0.2 CC=clang-9
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -83,11 +83,11 @@ matrix:
|
|||||||
compiler: clang
|
compiler: clang
|
||||||
env: TARGET=linux-glibc BORINGSSL=yes
|
env: TARGET=linux-glibc BORINGSSL=yes
|
||||||
- os: linux
|
- os: linux
|
||||||
if: type != cron
|
if: type == push
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: TARGET=linux-glibc FLAGS= CC=clang-9
|
env: TARGET=linux-glibc FLAGS= CC=clang-9
|
||||||
- os: osx
|
- os: osx
|
||||||
if: type != cron
|
if: type == push
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: TARGET=osx FLAGS="USE_OPENSSL=1" OPENSSL_VERSION=1.1.1d
|
env: TARGET=osx FLAGS="USE_OPENSSL=1" OPENSSL_VERSION=1.1.1d
|
||||||
- os: linux
|
- os: linux
|
||||||
|
Loading…
Reference in New Issue
Block a user