From 333558d67ede6bcf6b8281cb3dcdde336e715450 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 25 Jul 2017 12:43:40 +0100 Subject: travis-ci: Do at least one build with and one without containers Signed-off-by: Simon McVittie Reviewed-by: Philip Withnall Bug: https://bugs.freedesktop.org/show_bug.cgi?id=101354 --- tools/ci-build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/ci-build.sh b/tools/ci-build.sh index d0938ee2..33d5ffe1 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -127,6 +127,7 @@ case "$ci_buildsys" in set "$@" --enable-developer --enable-tests # Enable optional features that are off by default if [ "$ci_host" != mingw ]; then + set "$@" --enable-containers set "$@" --enable-user-session fi shift @@ -153,6 +154,7 @@ case "$ci_buildsys" in set "$@" --disable-libaudit --without-valgrind # Disable optional features, some of which are on by # default + set "$@" --disable-containers set "$@" --disable-stats set "$@" --disable-user-session shift -- cgit v1.2.3