Lines Matching +full:i586 +full:- +full:mingw32msvc +full:- +full:gcc
6 - linux
7 - osx
10 - gcc
11 - clang
16 - os: linux
19 compiler: gcc
21 - os: linux
27 - os: linux
29 compiler: i586-mingw32msvc-gcc
32 - compiler: i586-mingw32msvc-gcc
35 - env | grep -v "encrypted" | LC_ALL=C sort
36 - if test "${BUILD_MINGW}" = "yes"; then
37 sudo apt-get -qq update &&
38 sudo apt-get -qq install wine;
42 - if test "${BUILD_MINGW}" != "yes"; then
47 export CC=i586-mingw32msvc-gcc;
48 echo -e '#!/bin/bash\nexec wine $0.exe "$@"' > unifdef;
51 make -f win32/Makefile.mingw test;
56 - master
57 - next
58 - /^travis.*/
59 - /^tmp.*/