diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2017-12-21 00:55:21 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2017-12-21 00:55:21 +0100 |
commit | 97d1c0c62b2ce32157386ad08cd8981d0f3e4b91 (patch) | |
tree | ff0814e57f2b10bc7461f6e75a81d02a97dd106f | |
parent | b31ff030339a2dd15a555e6a1488836d218934f7 (diff) |
travis: force mingw xgcc
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8629b3e..4ac4957 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ after_failure: script: - ./autogen.sh - git clean -df . && dpkg-buildpackage -b -us -uc - - git clean -df . && ./autogen.sh --host=i686-w64-mingw32 --build=$(gcc -dumpmachine) + - git clean -df . && export CC=i686-w64-mingw32-gcc && ./autogen.sh --host=i686-w64-mingw32 --build=$(gcc -dumpmachine) |