diff options
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ebc6834..3584048 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -24,6 +24,17 @@ jobs: | |||
24 | packages: | 24 | packages: |
25 | - mingw32 | 25 | - mingw32 |
26 | - wine | 26 | - wine |
27 | env: ci_buildsys=cmake | ||
28 | # Check that we have a real i586-mingw32msvc-gcc compiler as sometimes it is just a symlink to i686-w64-mingw32-gcc | ||
29 | before_script: "i586-mingw32msvc-gcc -v 2>&1 | grep -q -x 'Target: i586-mingw32msvc'" | ||
30 | |||
31 | - dist: trusty | ||
32 | compiler: i586-mingw32msvc-gcc | ||
33 | addons: | ||
34 | apt: | ||
35 | packages: | ||
36 | - mingw32 | ||
37 | - wine | ||
27 | env: ci_buildsys=Makefile | 38 | env: ci_buildsys=Makefile |
28 | # Check that we have a real i586-mingw32msvc-gcc compiler as sometimes it is just a symlink to i686-w64-mingw32-gcc | 39 | # Check that we have a real i586-mingw32msvc-gcc compiler as sometimes it is just a symlink to i686-w64-mingw32-gcc |
29 | before_script: "i586-mingw32msvc-gcc -v 2>&1 | grep -q -x 'Target: i586-mingw32msvc'" | 40 | before_script: "i586-mingw32msvc-gcc -v 2>&1 | grep -q -x 'Target: i586-mingw32msvc'" |