Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
integrate ctest command in build script
- Loading branch information
Showing
with
2 additions
and
3 deletions.
-
+1
−2
.docker/docker-qgis-build.sh
-
+1
−1
.github/workflows/run-tests.yml
|
@@ -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::" |
|
|
|
|
|
######################## |
|
@@ -97,4 +97,3 @@ popd > /dev/null # build |
|
|
popd > /dev/null # /root/QGIS |
|
|
|
|
|
[ -r /tmp/ctest-important.log ] && cat /tmp/ctest-important.log || true |
|
|
|
|
@@ -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 |
|
|