We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d807f commit 3c2c631Copy full SHA for 3c2c631
.appveyor.yml
@@ -15,11 +15,11 @@ environment:
15
# does not see to work if '--coverage' is used, so we only use that flag in
16
# the 64 bit build.
17
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"
+ #- CYG_ARCH: x86
+ # ABI: 32
+ # CYG_ROOT: C:\cygwin
+ # PKGS: "-P python27,python27-pip"
+ # PKG_FLAGS: "CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32 LOPTS=-m32"
23
- CYG_ARCH: x86_64
24
ABI: 64
25
CYG_ROOT: C:\cygwin64
0 commit comments