Skip to content

Commit

Permalink
[travis]Do not fold build
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 6, 2018
1 parent 3452638 commit 7605fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/travis/linux/docker-build-test.sh
Expand Up @@ -58,10 +58,10 @@ echo "travis_fold:end:cmake"
#######
# Build
#######
echo "travis_fold:start:ninja-build.1"
# echo "travis_fold:start:ninja-build.1"
echo "${bold}Building QGIS...${endbold}"
${CTEST_BUILD_COMMAND}
echo "travis_fold:end:ninja-build.1"
# echo "travis_fold:end:ninja-build.1"

# Temporarily uncomment to debug ccache issues
# echo "travis_fold:start:ccache-debug"
Expand Down

0 comments on commit 7605fde

Please sign in to comment.