Skip to content

Commit bf44461

Browse files
committed
added pre_build task stub
1 parent 8a65156 commit bf44461

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/compas_invocations2/build.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,3 +177,13 @@ def build_cpython_ghuser_components(ctx, gh_io_folder=None, prefix=None):
177177
cmd += ' --prefix "{}"'.format(prefix)
178178

179179
ctx.run(cmd)
180+
181+
182+
@invoke.task
183+
def pre_build(ctx):
184+
"""Pre-build steps before building components.
185+
186+
This is a placeholder for any pre-build steps that might be needed and are to be added but the actual project.
187+
188+
"""
189+
pass

0 commit comments

Comments
 (0)