Page MenuHomePhabricator

[CDash] Add option to clean build directory
Closed, ResolvedPublic

Description

Our old script did clean everything in Nightly mode. The new script does not add/force this custom behavior. We should however add at least an option to clean the build directory which is probably what most Nightly clients need to do anyways.

Event Timeline

kislinsk created this task.

You can add the following options to your configuration script:

  • MITK_CLEAN_SOURCE_DIR
  • MITK_CLEAN_BINARY_DIR

To build a clean Nightly for example, it should be enough to add:

set(MITK_CLEAN_BINARY_DIR ON)

I will merge this into the develop branch, hence it is going to be available in the master branch in about two weeks @neher.

Deleted branch feature/T27852-CDashAddOptionToCleanDirs.