Skip to content

Commit 946e661

Browse files
authored
Disable MinGW-w64 builds for now
This was using MSVC built python with a non-UCRT based MinGW-w64 and it was a hack anyway. To get it properly working we probably need a MinGW-w64 based python or a UCRT based MinGW-w64.
1 parent ea09366 commit 946e661

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

appveyor.yml

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,29 @@ environment:
1919
PLATFORM: "x64"
2020
PYTHON_VERSION: 38-x64
2121
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
22-
- BUILD_TYPE: "Debug"
23-
COMPILER: MinGW-w64
24-
PYTHON_VERSION: 39-x64
25-
WITH_NUMPY: no
2622
- BUILD_TYPE: "Release"
27-
COMPILER: MinGW-w64
28-
PYTHON_VERSION: 39-x64
29-
- BUILD_TYPE: "Debug"
30-
COMPILER: MinGW-w64
23+
COMPILER: MSVC15
24+
PLATFORM: "x64"
3125
PYTHON_VERSION: 39-x64
3226
WITH_SYMPY: no
27+
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
28+
- BUILD_TYPE: "Release"
29+
COMPILER: MSVC15
30+
PLATFORM: "x64"
31+
PYTHON_VERSION: 311-x64
32+
WITH_NUMPY: no
33+
CONDA_INSTALL_LOCN: C:\\Miniconda36-x64
34+
#- BUILD_TYPE: "Debug"
35+
# COMPILER: MinGW-w64
36+
# PYTHON_VERSION: 39-x64
37+
# WITH_NUMPY: no
38+
#- BUILD_TYPE: "Release"
39+
# COMPILER: MinGW-w64
40+
# PYTHON_VERSION: 39-x64
41+
#- BUILD_TYPE: "Debug"
42+
# COMPILER: MinGW-w64
43+
# PYTHON_VERSION: 39-x64
44+
# WITH_SYMPY: no
3345
- BUILD_TYPE: "Release"
3446
COMPILER: MSVC15
3547
PLATFORM: "Win32"

0 commit comments

Comments
 (0)