mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 19:47:12 +02:00
Live patch project during CI testing.
This commit is contained in:
@ -74,6 +74,10 @@ using python : %(pyversion)s : "%(python)s" ;
|
|||||||
'python':sys.executable.replace("\\","\\\\")
|
'python':sys.executable.replace("\\","\\\\")
|
||||||
})
|
})
|
||||||
|
|
||||||
|
# "Convert" boostorg-predef into standalone b2 project.
|
||||||
|
if os.path.exists(os.path.join(self.repo_dir,'build.jam')) and not os.path.exists(os.path.join(self.repo_dir,'project-root.jam')):
|
||||||
|
os.rename(os.path.join(self.repo_dir,'build.jam'), os.path.join(self.repo_dir,'project-root.jam'))
|
||||||
|
|
||||||
def command_build(self):
|
def command_build(self):
|
||||||
script_common.command_build(self)
|
script_common.command_build(self)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user