mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-01 16:32:31 +01:00
8 lines
231 B
CMake
8 lines
231 B
CMake
|
set(CTEST_PROJECT_NAME "OpenRW")
|
||
|
set(CTEST_NIGHTLY_START_TIME "00:00:00 UTC")
|
||
|
|
||
|
set(CTEST_DROP_METHOD "http")
|
||
|
set(CTEST_DROP_SITE "my.cdash.org")
|
||
|
set(CTEST_DROP_LOCATION "/submit.php?project=OpenRW")
|
||
|
set(CTEST_DROP_SITE_CDASH TRUE)
|