We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e95e721 commit 59bc6b9Copy full SHA for 59bc6b9
.github/workflows/root-ci-config/build_root.py
@@ -164,7 +164,8 @@ def main():
164
extra_ctest_flags = ""
165
if WINDOWS:
166
extra_ctest_flags += "--repeat until-pass:5 "
167
- extra_ctest_flags += "--build-config " + args.buildtype
+ extra_ctest_flags += "--build-config " + args.buildtype + " "
168
+ extra_ctest_flags += "--verbose "
169
170
ctest_returncode = run_ctest(extra_ctest_flags)
171
bindings/pyroot/cppyy/cppyy/CMakeLists.txt
@@ -34,6 +34,4 @@ install(DIRECTORY ${localruntimedir}/cppyy
34
COMPONENT libraries
35
PATTERN *.so EXCLUDE)
36
37
-if(NOT MSVC)
38
- ROOT_ADD_TEST_SUBDIRECTORY(test)
39
-endif()
+ROOT_ADD_TEST_SUBDIRECTORY(test)
0 commit comments