Skip to content

Commit

Permalink
[travis] Fold cmake output
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Oct 7, 2017
1 parent 83f9e81 commit 4608394
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .ci/travis/linux/docker-build-test.sh
Expand Up @@ -24,6 +24,8 @@ mkdir -p build

pushd build > /dev/null

echo "travis_fold:start:cmake"
echo "Running cmake..."
cmake \
-GNinja \
-DWITH_STAGED_PLUGINS=ON \
Expand All @@ -39,12 +41,13 @@ cmake \
-DWITH_BINDINGS=ON \
-DDISABLE_DEPRECATED=ON \
-DCXX_EXTRA_FLAGS=${CLANG_WARNINGS} ..
echo "travis_fold:end:cmake"

#######
# Build
#######
echo "travis_fold:start:ninja-build.1"
ninja
${CTEST_BUILD_COMMAND}
echo "travis_fold:end:ninja-build.1"

############################
Expand Down

0 comments on commit 4608394

Please sign in to comment.