Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
try to output CDASH url
- Loading branch information
Showing
with
6 additions
and
0 deletions.
-
+2
−0
.ci/config.ctest
-
+4
−0
.github/workflows/run-tests.yml
|
@@ -66,6 +66,8 @@ IF(NOT IGNORE_BUILD_FAILURES) |
|
|
MESSAGE("") |
|
|
MESSAGE(" ${Yellow}Test results submitted to${ColorReset}") |
|
|
MESSAGE(" ${BoldYellow}${SHORTURL}${ColorReset}") |
|
|
# Github workflow output |
|
|
MESSAGE("::set-output name=CDASH_URL::${SHORTURL}$") |
|
|
MESSAGE("") |
|
|
MESSAGE( FATAL_ERROR " ${Red}Build failed. Not running tests.${ColorReset}" ) |
|
|
MESSAGE("") |
|
|
|
@@ -108,9 +108,13 @@ jobs: |
|
|
docker commit qgis_container qgis_image |
|
|
|
|
|
- name: run unit tests |
|
|
id: unit-tests |
|
|
run: | |
|
|
docker-compose -f .docker/docker-compose-testing.yml run qgis-deps /root/QGIS/.docker/docker-qgis-test.sh |
|
|
|
|
|
- name: CDASH url |
|
|
run: echo "${{ steps.unit-tests.outputs.CDASH_URL }}" |
|
|
|
|
|
- name: QGIS runners |
|
|
run: | |
|
|
docker run -d --name qgis-testing-environment \ |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.