Skip to content

Commit 4608394

Browse files
committed
[travis] Fold cmake output
1 parent 83f9e81 commit 4608394

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.ci/travis/linux/docker-build-test.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ mkdir -p build
2424

2525
pushd build > /dev/null
2626

27+
echo "travis_fold:start:cmake"
28+
echo "Running cmake..."
2729
cmake \
2830
-GNinja \
2931
-DWITH_STAGED_PLUGINS=ON \
@@ -39,12 +41,13 @@ cmake \
3941
-DWITH_BINDINGS=ON \
4042
-DDISABLE_DEPRECATED=ON \
4143
-DCXX_EXTRA_FLAGS=${CLANG_WARNINGS} ..
44+
echo "travis_fold:end:cmake"
4245

4346
#######
4447
# Build
4548
#######
4649
echo "travis_fold:start:ninja-build.1"
47-
ninja
50+
${CTEST_BUILD_COMMAND}
4851
echo "travis_fold:end:ninja-build.1"
4952

5053
############################

0 commit comments

Comments
 (0)