Skip to content

Commit

Permalink
fix + more grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Feb 3, 2021
1 parent ee8a431 commit 2e28ae5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/ctest2ci.py
Expand Up @@ -61,7 +61,7 @@ def end_fold():

def start_test_fold():
global test_count
sys.stdout.write('Running tests')
sys.stdout.write('Running tests\n')
start_fold('test.{}'.format(test_count))
test_count += 1

Expand Down
5 changes: 5 additions & 0 deletions .docker/docker-qgis-build.sh
Expand Up @@ -28,6 +28,7 @@ mkdir -p build
pushd build > /dev/null

echo "${bold}Running cmake...${endbold}"
echo "::group::cmake"

export CC=/usr/lib/ccache/clang
export CXX=/usr/lib/ccache/clang++
Expand Down Expand Up @@ -75,11 +76,15 @@ cmake \
-DQt53DExtras_DIR="/root/QGIS/external/qt3dextra-headers/cmake/Qt53DExtras" \
..

echo "::endgroup::"

#######
# Build
#######
echo "${bold}Building QGIS...${endbold}"
echo "::group::build"
${CTEST_BUILD_COMMAND}
echo "::group::cmake"

########################
# Show ccache statistics
Expand Down

0 comments on commit 2e28ae5

Please sign in to comment.