summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2016-05-16 13:48:37 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2016-05-18 18:14:29 +0100
commit727c5429ba94aad935ff7f483fcb350aee00c1dd (patch)
tree03e15ad1ab40389524063e5c028a305966e18c71
parent5602ef4bf2a06771412fb4ce34e38bf967e018e6 (diff)
downloaddbus-727c5429ba94aad935ff7f483fcb350aee00c1dd.tar.gz
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 <simon.mcvittie@collabora.co.uk> Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de> (cherry picked from commit 8f6fe1451ead14b82475177f40bbc2c256cba876)
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9f3d6fab..db296739 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: