Skip to content

Commit 973d9b0

Browse files
authored
Merge pull request #97 from isuruf/appveyor2
Drop MinGW builds
2 parents d6bb7df + 37c6b37 commit 973d9b0

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ matrix:
8787
- lrzip
8888

8989
install:
90+
# Workaround till symengine C++ repo's script is fixed
91+
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew uninstall cmake; fi
9092
- export PYTHON_SOURCE_DIR=`pwd`
9193
- export TEST_CPP="no"
9294

appveyor.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ environment:
1717
COMPILER: MSVC15
1818
PLATFORM: "x64"
1919
PYTHON_VERSION: 35-x64
20-
- BUILD_TYPE: "Debug"
21-
COMPILER: MinGW
22-
PYTHON_VERSION: 27
23-
- BUILD_TYPE: "Release"
24-
COMPILER: MinGW
25-
PYTHON_VERSION: 35
20+
# - BUILD_TYPE: "Debug"
21+
# COMPILER: MinGW
22+
# PYTHON_VERSION: 27
23+
# - BUILD_TYPE: "Release"
24+
# COMPILER: MinGW
25+
# PYTHON_VERSION: 35
2626
- BUILD_TYPE: "Release"
2727
COMPILER: MinGW-w64
2828
PYTHON_VERSION: 27-x64

0 commit comments

Comments
 (0)