]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
travis: show all commands when building systemd 10668/head
authorEvgeny Vereshchagin <evvers@ya.ru>
Wed, 7 Nov 2018 06:49:50 +0000 (07:49 +0100)
committerEvgeny Vereshchagin <evvers@ya.ru>
Wed, 7 Nov 2018 06:49:50 +0000 (07:49 +0100)
This should prevent Travis CI from terminating build jobs
that don't print anything for more than 10 minutes.

See https://travis-ci.org/systemd/systemd/builds/451737177.

travis-ci/managers/fedora.sh

index ccd75e8ea41617216c59c62208f7f7912997d884..5ecd66c7c8bac189d320b21257e1ce96b5f2b106 100755 (executable)
@@ -46,7 +46,7 @@ for phase in "${PHASES[@]}"; do
             info "Run phase"
             # Build systemd
             $DOCKER_EXEC meson -Dslow-tests=true build
-            $DOCKER_EXEC ninja -C build
+            $DOCKER_EXEC ninja -v -C build
             $DOCKER_EXEC sh -c "printf '#!/bin/sh\necho The test is failing for unknown reason, skipping; exit 77' >/build/build/test-capability"
             # Run 'make check'
             $DOCKER_EXEC ninja -C build test