admin:cmake
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
admin:cmake [2013/11/01 17:14] – jwarrior | admin:cmake [2013/11/01 17:14] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== CMake ====== | ||
+ | |||
+ | CTest will update to the latest nightly start time specified in DartConfiguration.tcl as NightlyStartTime. | ||
+ | |||
+ | |||
+ | --schedule-random: | ||
+ | |||
+ | set: Set a CMake, cache or environment variable to a given value. | ||
+ | |||
+ | |||
+ | * include(${CTEST_SCRIPT_DIRECTORY}/ | ||
+ | * set(CTEST_BUILD_NAME " | ||
+ | * 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} " | ||
+ | * set(dashboard_model " | ||
+ | * set(dashboard_binary_name " | ||
+ | * set(dashboard_do_coverage TRUE) | ||
+ | * set(dashboard_do_memcheck FALSE) include(${CTEST_SCRIPT_DIRECTORY}/ | ||
+ | * ---- | ||
+ | * | ||
+ | * executables are in vast-vm\build\bin\Debug | ||