Skip to content
Snippets Groups Projects
Commit 17abff22 authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Disable custom post test for windows configuration on buildbot

parent 5f55fe7b
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ option(UNITTESTS "Don't skip unit tests" ON)
option(BORNAGAIN_COVERAGE "Build with test coverage information" OFF)
option(BORNAGAIN_DEBUG_OPTIMIZATION "Build with debug optimization (gcc only)" OFF)
option(BORNAGAIN_OPENGL "Build additional modules for 3D in GUI" ON)
option(BORNAGAIN_BUILDBOT_SERVER "Special option for the buildbot server" OFF)
if(AUTOGENERATE)
set(BORNAGAIN_MANPAGE ON)
......
if(NOT BORNAGAIN_BUILDBOT_SERVER)
set(CTEST_CUSTOM_POST_TEST "echo For details, see the log files in Testing/Temporary/
More info at http://bornagainproject.org/documentation/troubleshooting#ctest")
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment