Skip to content

Instantly share code, notes, and snippets.

@thewtex
Last active August 29, 2015 14:01
Show Gist options
  • Save thewtex/f74e627f1c77707452a6 to your computer and use it in GitHub Desktop.
Save thewtex/f74e627f1c77707452a6 to your computer and use it in GitHub Desktop.
itkvs09.azure.ctest
# These variables define the system and should be set
# In the future CTest might be able to determine this automatically
set(CDASH_SITENAME "itkvs09.azure")
set(CDASH_SYSTEMNAME "Windows")
get_filename_component(_thisdir "${CMAKE_CURRENT_LIST_FILE}" PATH)
set(CDASH_SITE_CONFIG_FILE "${_thisdir}/itkvs09.azure.xml")
set(CDASH_TEMP_DIRECTORY "${_thisdir}/workspace/tmp")
set(CTEST_EXECUTABLE "C:/Program Files (x86)/CMake 2.8/bin/ctest")
set(CTEST_DROP_SITE "open.cdash.org")
set(CTEST_DROP_URL "/submit.php")
set(CDASH_LOOP_DURATION 64800) # Available for 18 hours / day
# Now include the common setup for cdash
include(cdash_client_common.ctest)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment