We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent f81d483 commit 984324bCopy full SHA for 984324b
qgis-test-travis.ctest
@@ -42,5 +42,8 @@ IF(NOT ${TESTRES} EQUAL 0)
42
ENDIF(NOT ${TESTRES} EQUAL 0)
43
44
ctest_submit (RETRY_COUNT 3 RETRY_DELAY 30)
45
-
+# CDash on OTB requires the date to be set for the search to work and that's the timezone this requires
46
+SET(ENV{TZ} "UTC-6")
47
+EXECUTE_PROCESS(COMMAND date +%Y-%m-%d OUTPUT_VARIABLE CDASH_DATE)
48
+MESSAGE("Test results submitted to\n http://dash.orfeo-toolbox.org/queryTests.php?project=QGIS&date=${CDASH_DATE}&filtercount=1&field1=buildname/string&compare1=63&value1=$ENV{TRAVIS_COMMIT}" )
49
0 commit comments