From: Simon McVittie Date: Mon, 16 May 2016 12:48:37 +0000 (+0100) Subject: travis: compile with mingw in both production and debug flavours X-Git-Tag: dbus-1.11.4~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f6fe1451ead14b82475177f40bbc2c256cba876;p=thirdparty%2Fdbus.git travis: compile with mingw in both production and debug flavours This should detect anything that is only a build failure when embedded tests or verbose mode are enabled, such as the missing include fixed in commit 4858faf. I'm not enabling embedded tests and verbose mode orthogonally because we don't want CI builds to take too long. Signed-off-by: Simon McVittie Reviewed-by: Ralf Habacker --- diff --git a/.travis.yml b/.travis.yml index 9f3d6fabe..db2967393 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,6 +44,7 @@ env: - dbus_ci_variant=legacy - dbus_ci_buildsys=cmake - dbus_ci_host=mingw + - dbus_ci_host=mingw dbus_ci_variant=debug - dbus_ci_host=mingw dbus_ci_buildsys=cmake # vim:set sw=2 sts=2 et: