From 635daf1efc5f457f51bbfa6ea1ff76e8eef198f9 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 16 May 2016 13:48:37 +0100 Subject: [PATCH] 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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9f3d6fa..db29673 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: -- 2.8.1