CI: travis-ci: remove builds migrated to GH actions
This commit is contained in:
parent
f644c5a95f
commit
d394fd35e7
20
.travis.yml
20
.travis.yml
|
@ -62,32 +62,12 @@ 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
|
||||||
name: openssl-1.1.1 | 51d trie
|
name: openssl-1.1.1 | 51d trie
|
||||||
- os: linux
|
|
||||||
if: type == push
|
|
||||||
compiler: clang
|
|
||||||
env: TARGET=linux-glibc LIBRESSL_VERSION=3.1.1 CC=clang-9
|
|
||||||
name: libressl-3.1.1
|
|
||||||
- os: linux
|
- os: linux
|
||||||
env: DEBUG_OPTIONS=""
|
env: DEBUG_OPTIONS=""
|
||||||
if: type == cron
|
if: type == cron
|
||||||
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
|
||||||
name: libressl-3.0.2 | ERR=
|
name: libressl-3.0.2 | ERR=
|
||||||
- os: linux
|
|
||||||
if: type == cron
|
|
||||||
compiler: clang
|
|
||||||
env: TARGET=linux-glibc LIBRESSL_VERSION=2.9.2 EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o" CC=clang-9
|
|
||||||
name: libressl-2.9.2 | prometheus-exporter
|
|
||||||
- os: linux
|
|
||||||
if: type == cron
|
|
||||||
compiler: clang
|
|
||||||
env: TARGET=linux-glibc BORINGSSL=yes
|
|
||||||
name: boringssl
|
|
||||||
- os: linux
|
|
||||||
if: type == push
|
|
||||||
compiler: clang
|
|
||||||
env: TARGET=linux-glibc FLAGS= CC=clang-9
|
|
||||||
name: FLAGS=
|
|
||||||
- os: linux
|
- os: linux
|
||||||
if: type == cron
|
if: type == cron
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
|
Loading…
Reference in New Issue