Wiki

Clone wiki

bamboo-ctest-plugin / Home

Welcome

To use this plugin you need to create CTest xml results from a CMake generated build directory

#!shell
 ctest -T Test

The plugin will search xml files bellow a Testing subdirectory by default (configurable though), so it may be better to start your Stage by cleaning the Testing subdirectory

Updated