summaryrefslogtreecommitdiff
path: root/travis-ci
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-05-21 08:25:26 +0900
committerGitHub <noreply@github.com>2019-05-21 08:25:26 +0900
commit3041250a9f7426b925498bdd9616e2172bd62a0a (patch)
treec459c1934f7ffbada91aadfecd042c69dd72e640 /travis-ci
parent88e94c3810401b7be5ce1fdb647c5de2bcde5689 (diff)
parent0b0673b61a777d642d5e4dfa06cca299339824b7 (diff)
downloadsystemd-3041250a9f7426b925498bdd9616e2172bd62a0a.tar.gz
Merge pull request #12519 from keszybz/man-on-demand
Build man pages on demand only
Diffstat (limited to 'travis-ci')
-rwxr-xr-xtravis-ci/managers/debian.sh2
-rwxr-xr-xtravis-ci/managers/fedora.sh2
-rwxr-xr-xtravis-ci/managers/xenial.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/travis-ci/managers/debian.sh b/travis-ci/managers/debian.sh
index 72ffcee439..df26b16e2c 100755
--- a/travis-ci/managers/debian.sh
+++ b/travis-ci/managers/debian.sh
@@ -44,7 +44,7 @@ for phase in "${PHASES[@]}"; do
if [[ "$phase" = "RUN_CLANG" ]]; then
ENV_VARS="-e CC=clang -e CXX=clang++"
fi
- docker exec $ENV_VARS -it $CONT_NAME meson --werror -Dtests=unsafe -Dslow-tests=true -Dsplit-usr=true build
+ docker exec $ENV_VARS -it $CONT_NAME meson --werror -Dtests=unsafe -Dslow-tests=true -Dsplit-usr=true -Dman=true build
$DOCKER_EXEC ninja -v -C build
docker exec -e "TRAVIS=$TRAVIS" -it $CONT_NAME ninja -C build test
$DOCKER_EXEC tools/check-directives.sh
diff --git a/travis-ci/managers/fedora.sh b/travis-ci/managers/fedora.sh
index 760ed5b1ea..f821ee2640 100755
--- a/travis-ci/managers/fedora.sh
+++ b/travis-ci/managers/fedora.sh
@@ -53,7 +53,7 @@ for phase in "${PHASES[@]}"; do
$DOCKER_EXEC tools/check-directives.sh
;;
RUN_CLANG)
- docker exec -e CC=clang -e CXX=clang++ -it $CONT_NAME meson --werror -Dtests=unsafe -Dslow-tests=true build
+ docker exec -e CC=clang -e CXX=clang++ -it $CONT_NAME meson --werror -Dtests=unsafe -Dslow-tests=true -Dman=true build
$DOCKER_EXEC ninja -v -C build
$DOCKER_EXEC ninja -C build test
;;
diff --git a/travis-ci/managers/xenial.sh b/travis-ci/managers/xenial.sh
index 33b40e63c5..8995a51f84 100755
--- a/travis-ci/managers/xenial.sh
+++ b/travis-ci/managers/xenial.sh
@@ -13,7 +13,7 @@ cd ${REPO_ROOT:-$(pwd)}
sed -i 's/2\.30/2.27/' meson.build
-meson --werror -Db_sanitize=address,undefined -Dsplit-usr=true build
+meson --werror -Db_sanitize=address,undefined -Dsplit-usr=true -Dman=true build
ninja -v -C build
make -C test/TEST-01-BASIC clean setup run NSPAWN_TIMEOUT=600 TEST_NO_QEMU=yes NSPAWN_ARGUMENTS=--keep-unit RUN_IN_UNPRIVILEGED_CONTAINER=no