User Tools

Site Tools


admin:cmake

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
admin:cmake [2013/08/01 17:40] – created jwarrioradmin: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: 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