Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1093e6

Browse files
committed
Remove CI support for mingw32
The tests have never run successfully and we do have successful builds of mingw-w64, so remove these CI builds which do not add value.
1 parent 084f2c4 commit b1093e6

File tree

4 files changed

+1
-25
lines changed

4 files changed

+1
-25
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ matrix:
3737
- os: osx
3838
compiler: gcc
3939
include:
40-
- compiler: i586-mingw32msvc-gcc
41-
env: OPTIONS="-DCMAKE_TOOLCHAIN_FILE=../script/toolchain-mingw32.cmake" SKIP_TESTS=1
42-
os: linux
4340
- compiler: gcc
4441
env: COVERITY=1
4542
os: linux

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,10 @@ environment:
1212
ARCH: 32
1313
- GENERATOR: "Visual Studio 11 Win64"
1414
ARCH: 64
15-
- GENERATOR: "MSYS Makefiles"
16-
ARCH: 32
1715
- GENERATOR: "MSYS Makefiles"
1816
ARCH: i686 # this is for 32-bit MinGW-w64
1917
- GENERATOR: "MSYS Makefiles"
2018
ARCH: 64
21-
matrix:
22-
allow_failures:
23-
- GENERATOR: "MSYS Makefiles"
24-
ARCH: 32
2519
cache:
2620
- i686-4.9.2-release-win32-sjlj-rt_v3-rev1.7z
2721
- x86_64-4.9.2-release-win32-seh-rt_v3-rev1.7z

script/appveyor-mingw.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
#!/bin/sh
22
set -e
33
cd `dirname "$0"`/..
4-
if [ "$ARCH" = "32" ]; then
5-
echo 'C:\MinGW\ /MinGW' > /etc/fstab
6-
elif [ "$ARCH" = "i686" ]; then
4+
if [ "$ARCH" = "i686" ]; then
75
f=i686-4.9.2-release-win32-sjlj-rt_v3-rev1.7z
86
if ! [ -e $f ]; then
97
curl -LsSO http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.9.2/threads-win32/sjlj/$f

script/toolchain-mingw32.cmake

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)