Remove x86 windows msys build
There's something wrong with systest on this build, and the windows builds take a long time anyway.
This commit is contained in:
parent
53253db0dc
commit
6f9401f174
|
|
@ -2,10 +2,6 @@ environment:
|
||||||
SSL_CERT_FILE: "C:\\OpenSSL\\cacert.pem"
|
SSL_CERT_FILE: "C:\\OpenSSL\\cacert.pem"
|
||||||
matrix:
|
matrix:
|
||||||
# 1.1.0, 64/32 bit
|
# 1.1.0, 64/32 bit
|
||||||
- TARGET: i686-pc-windows-gnu
|
|
||||||
BITS: 32
|
|
||||||
MSYS2: 1
|
|
||||||
OPENSSL_VERSION: 1_1_0j
|
|
||||||
- TARGET: x86_64-pc-windows-msvc
|
- TARGET: x86_64-pc-windows-msvc
|
||||||
BITS: 64
|
BITS: 64
|
||||||
OPENSSL_VERSION: 1_1_0j
|
OPENSSL_VERSION: 1_1_0j
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue