Skip to content

Commit

Permalink
Travis CI: Test also with mingw-w64 cross-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Apr 3, 2017
1 parent 4903afe commit 50a4f94
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down

0 comments on commit 50a4f94

Please sign in to comment.