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 b856ee1 commit fa98a85Copy full SHA for fa98a85
reference/extensions/hooks.rst
@@ -117,6 +117,9 @@ Here you can see a complete example of all the hook functions available:
117
def post_build(conanfile):
118
conanfile.output.info("Running after of executing build() method.")
119
120
+ def post_build_fail(conanfile):
121
+ conanfile.output.info("Running after failed execution of build() method.")
122
+
123
def pre_package(conanfile):
124
conanfile.output.info("Running before to execute package() method.")
125
0 commit comments