summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2018-01-16 11:43:10 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-03-06 00:53:20 +0300
commitb47aaafd061d1a2e79ee72b53b883634f0384558 (patch)
tree066c048dc5abdd40c41dd0dc0083638747777bbf
parent8cb8a25e9c58df8087286ff4ff710a9af52dc750 (diff)
downloadlibatomic_ops-b47aaafd061d1a2e79ee72b53b883634f0384558.tar.gz
Travis CI: Test also with mingw-w64 cross-compiler for 32-bit target (x86)
(back-port of commit 3a38ade from 'release-7_6')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 64fc243..5967d7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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