Skip to content

Commit 984324b

Browse files
committedDec 18, 2014
Print link to cdash on travis
1 parent f81d483 commit 984324b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎qgis-test-travis.ctest

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@ IF(NOT ${TESTRES} EQUAL 0)
4242
ENDIF(NOT ${TESTRES} EQUAL 0)
4343

4444
ctest_submit (RETRY_COUNT 3 RETRY_DELAY 30)
45-
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}" )
4649

0 commit comments

Comments
 (0)
Please sign in to comment.