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 ac7bcfd commit 26f17a4Copy full SHA for 26f17a4
utils/swift_build_support/swift_build_support/products/cmark.py
@@ -70,6 +70,8 @@ def build(self, host_target):
70
toolchain_file = self.generate_linux_toolchain_file(platform, arch)
71
self.cmake_options.define('CMAKE_TOOLCHAIN_FILE:PATH', toolchain_file)
72
73
+ self.cmake_options.define('CTEST_OUTPUT_ON_FAILURE', 'ON')
74
+
75
self.build_with_cmake(["all"], self.args.cmark_build_variant, [])
76
77
def should_test(self, host_target):
0 commit comments