1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-07-08 13:54:52 +02:00
openrw/CTestConfig.cmake

8 lines
231 B
CMake
Raw Normal View History

2017-10-26 17:26:15 +02:00
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)