File tree 4 files changed +1
-25
lines changed 4 files changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,6 @@ matrix:
37
37
- os : osx
38
38
compiler : gcc
39
39
include :
40
- - compiler : i586-mingw32msvc-gcc
41
- env : OPTIONS="-DCMAKE_TOOLCHAIN_FILE=../script/toolchain-mingw32.cmake" SKIP_TESTS=1
42
- os : linux
43
40
- compiler : gcc
44
41
env : COVERITY=1
45
42
os : linux
Original file line number Diff line number Diff line change @@ -12,16 +12,10 @@ environment:
12
12
ARCH : 32
13
13
- GENERATOR : " Visual Studio 11 Win64"
14
14
ARCH : 64
15
- - GENERATOR : " MSYS Makefiles"
16
- ARCH : 32
17
15
- GENERATOR : " MSYS Makefiles"
18
16
ARCH : i686 # this is for 32-bit MinGW-w64
19
17
- GENERATOR : " MSYS Makefiles"
20
18
ARCH : 64
21
- matrix :
22
- allow_failures :
23
- - GENERATOR : " MSYS Makefiles"
24
- ARCH : 32
25
19
cache :
26
20
- i686-4.9.2-release-win32-sjlj-rt_v3-rev1.7z
27
21
- x86_64-4.9.2-release-win32-seh-rt_v3-rev1.7z
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
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
7
5
f=i686-4.9.2-release-win32-sjlj-rt_v3-rev1.7z
8
6
if ! [ -e $f ]; then
9
7
curl -LsSO http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/4.9.2/threads-win32/sjlj/$f
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments