CTest will update to the latest nightly start time specified in DartConfiguration.tcl as NightlyStartTime.
–schedule-random: Use a random order for scheduling tests. This option will run the tests in a random order. It is commonly used to detect implicit dependencies in a test suite.
set: Set a CMake, cache or environment variable to a given value.
include(${CTEST_SCRIPT_DIRECTORY}/instvast4_common.cmake)
set(CTEST_BUILD_NAME “Win2008Server-mingw-gcc47-32bit-debug”)
set(CTEST_BUILD_CONFIGURATION Debug)
set(CTEST_CMAKE_GENERATOR “MinGW Makefiles”) ##
Set Path - MSVC required for now because we need the linker for asm
set(ENV{PATH} “${MINGW_BIN};${MSVC_BIN};${HG_BIN};$ENV{PATH}”)
set(dashboard_model “Nightly”)
set(dashboard_binary_name “mingw_nightly”)
set(dashboard_do_coverage TRUE)
set(dashboard_do_memcheck FALSE) include(${CTEST_SCRIPT_DIRECTORY}/dashboard_common.cmake)
—-
executables are in vast-vm\build\bin\Debug