From 0f760b1463cfa821b0d83359a4b056d5edf4b698 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 25 Jul 2017 12:43:40 +0100 Subject: [PATCH] travis-ci: Do at least one build with and one without containers Signed-off-by: Simon McVittie 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 ab3db419..8afa8183 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 -- 2.13.3