mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-21 18:02:43 +01:00
tests: add CTest/CDash support
This commit is contained in:
parent
e663d061b7
commit
55f910cfa2
@ -134,6 +134,7 @@ if(BUILD_VIEWER)
|
|||||||
endif()
|
endif()
|
||||||
if(BUILD_TESTS)
|
if(BUILD_TESTS)
|
||||||
enable_testing()
|
enable_testing()
|
||||||
|
include(CTest)
|
||||||
add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
7
CTestConfig.cmake
Normal file
7
CTestConfig.cmake
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
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)
|
Loading…
Reference in New Issue
Block a user