Skip to content

Commit

Permalink
integrate ctest command in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 committed Mar 23, 2021
1 parent 710ec78 commit 646527a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .docker/docker-qgis-build.sh
Expand Up @@ -84,7 +84,7 @@ echo "::endgroup::"
#######
echo "${bold}Building QGIS...${endbold}"
echo "::group::build"
${CTEST_BUILD_COMMAND}
ctest -V -S /root/QGIS/.ci/config_build.ctest
echo "::endgroup::"

########################
Expand All @@ -97,4 +97,3 @@ popd > /dev/null # build
popd > /dev/null # /root/QGIS

[ -r /tmp/ctest-important.log ] && cat /tmp/ctest-important.log || true

2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -122,7 +122,7 @@ jobs:
--env PUSH_TO_CDASH=true \
--env WITH_3D=${WITH_3D} \
qgis/qgis3-build-deps:${DOCKER_TAG} \
/bin/bash -c "/root/QGIS/.docker/docker-qgis-build.sh; ctest -V -S /root/QGIS/.ci/config_build.ctest"
/root/QGIS/.docker/docker-qgis-build.sh
- name: Push artifact
id: push_artifact
Expand Down

0 comments on commit 646527a

Please sign in to comment.