From: Ivan Maidanski Date: Mon, 3 Apr 2017 06:04:11 +0000 (+0300) Subject: Travis CI: Test also with mingw-w64 cross-compiler X-Git-Tag: v7.6.0~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50a4f94;p=libatomic_ops Travis CI: Test also with mingw-w64 cross-compiler --- diff --git a/.travis.yml b/.travis.yml index 2456b50..3feb12a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -146,6 +146,13 @@ matrix: env: - CFLAGS_EXTRA="-march=native" - CONF_OPTIONS="--enable-assertions" + - os: linux + addons: { apt: { packages: [ gcc-mingw-w64 ] } } + compiler: x86_64-w64-mingw32-gcc + dist: trusty + env: + - CONF_OPTIONS="--host=x86_64-w64-mingw32 --enable-shared" + - MAKEFILE_TARGET=all - os: linux addons: { apt: { packages: [ gcc-multilib ] } } env: [ CROSS_GCC_VER=4.9.0, NOLIBC_ARCH_ABI=aarch64-linux ]