travis: compile with mingw in both production and debug flavours
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 16 May 2016 12:48:37 +0000 (13:48 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 18 May 2016 17:12:36 +0000 (18:12 +0100)
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 <simon.mcvittie@collabora.co.uk>
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
.travis.yml

index 9f3d6fa..db29673 100644 (file)
@@ -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: