Skip to content

Commit 3c2c631

Browse files
committed
AppVeyor: disable 32-bit cygwin tests
1 parent d3d807f commit 3c2c631

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ environment:
1515
# does not see to work if '--coverage' is used, so we only use that flag in
1616
# the 64 bit build.
1717
matrix:
18-
- CYG_ARCH: x86
19-
ABI: 32
20-
CYG_ROOT: C:\cygwin
21-
PKGS: "-P python27,python27-pip"
22-
PKG_FLAGS: "CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 LOPTS=-m32"
18+
#- CYG_ARCH: x86
19+
# ABI: 32
20+
# CYG_ROOT: C:\cygwin
21+
# PKGS: "-P python27,python27-pip"
22+
# PKG_FLAGS: "CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 LOPTS=-m32"
2323
- CYG_ARCH: x86_64
2424
ABI: 64
2525
CYG_ROOT: C:\cygwin64

0 commit comments

Comments
 (0)