Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CTests on Windows #1480

Merged
merged 8 commits into from
Oct 14, 2016
1 change: 1 addition & 0 deletions scripts/jenkins/msvc.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ node('win && conan') {

stage 'Test (Win)'
build.win 'build', 'tests'
build.win 'build', 'ctest'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is release mode I hope; it could take too much time in debug even for non-LARGE ctests.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


stage 'Data Explorer (Win)'
configure.win 'build', "${defaultCMakeOptions} ${guiCMakeOptions}",
Expand Down