mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
ENH: add all targets for dashboard build types
This commit is contained in:
parent
3a4d2e248e
commit
12d99416c1
@ -244,7 +244,10 @@ IF(BUILD_TESTING)
|
||||
#
|
||||
|
||||
# add testing targets
|
||||
ADD_CUSTOM_TARGET(Experimental ${CMAKE_CTEST_COMMAND} -D Experimental)
|
||||
FOREACH(mode Experimental Nightly Continuous NightlyMemoryCheck)
|
||||
ADD_CUSTOM_TARGET(${mode} ${CMAKE_CTEST_COMMAND} -D ${mode})
|
||||
ENDFOREACH(mode)
|
||||
|
||||
|
||||
# for non IDE based builds nmake and make
|
||||
# add all these extra targets
|
||||
|
Loading…
Reference in New Issue
Block a user