]> granicus.if.org Git - libatomic_ops/commitdiff
Travis CI: Test also with mingw-w64 cross-compiler for 32-bit target (x86)
authorIvan Maidanski <ivmai@mail.ru>
Tue, 16 Jan 2018 08:43:10 +0000 (11:43 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 5 Mar 2018 21:53:20 +0000 (00:53 +0300)
(back-port of commit 3a38ade from 'release-7_6')

.travis.yml

index 64fc243cda982ea9130227dd3732ff254a08fc85..5967d7fa7cf83b4ed59a0bd715489a2f700b2444 100644 (file)
@@ -100,6 +100,15 @@ matrix:
     env:
     - CONF_OPTIONS="--host=x86_64-w64-mingw32 --enable-shared"
     - MAKEFILE_TARGET=all
+  - os: linux
+    addons:
+      apt:
+        packages:
+        - gcc-mingw-w64
+    compiler: i686-w64-mingw32-gcc
+    env:
+    - CONF_OPTIONS="--host=i686-w64-mingw32"
+    - MAKEFILE_TARGET=all
 
 before_install:
 - if [[ "$AUTOMAKE_VER" != "" || "$LIBTOOL_VER" != "" || "$M4_VER" != "" ]]; then