CI: travis-ci: remove amd64, osx builds
they are migrated to Github Actions
This commit is contained in:
parent
cdaa38ea6e
commit
6d54113406
15
.travis.yml
15
.travis.yml
@ -34,12 +34,6 @@ matrix:
|
|||||||
compiler: gcc
|
compiler: gcc
|
||||||
env: TARGET=linux-glibc OPENSSL_VERSION=1.0.2u
|
env: TARGET=linux-glibc OPENSSL_VERSION=1.0.2u
|
||||||
name: openssl-1.0.2
|
name: openssl-1.0.2
|
||||||
- os: linux
|
|
||||||
arch: amd64
|
|
||||||
if: type == push
|
|
||||||
compiler: clang
|
|
||||||
env: TARGET=linux-glibc CC=clang-9
|
|
||||||
name: openssl-1.1.1
|
|
||||||
- os: linux
|
- os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
if: type == push
|
if: type == push
|
||||||
@ -94,15 +88,6 @@ matrix:
|
|||||||
compiler: clang
|
compiler: clang
|
||||||
env: TARGET=linux-glibc FLAGS= CC=clang-9
|
env: TARGET=linux-glibc FLAGS= CC=clang-9
|
||||||
name: FLAGS=
|
name: FLAGS=
|
||||||
- os: osx
|
|
||||||
osx_image: xcode12
|
|
||||||
if: type == push
|
|
||||||
compiler: clang
|
|
||||||
before_script:
|
|
||||||
- echo 'brew "socat"' > brew.bundle
|
|
||||||
- brew bundle --file=brew.bundle
|
|
||||||
env: TARGET=osx FLAGS="USE_OPENSSL=1" OPENSSL_VERSION=1.1.1f
|
|
||||||
name: openssl-1.1.1
|
|
||||||
- os: linux
|
- os: linux
|
||||||
if: type == cron
|
if: type == cron
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user