added missing cmake steps
This commit is contained in:
parent
ad685d68d5
commit
b212480d76
1 changed files with 3 additions and 1 deletions
|
@ -61,12 +61,14 @@ COMMANDS = [
|
|||
Cmd('git checkout release/10.x', 'git checkout release'),
|
||||
Cmd('git checkout {commit}'),
|
||||
Cmd('git pull', 'git pull'),
|
||||
Cmd('{pmt_root_path}/scripts/run_cmake.py detect', 'cmake autotdetect'),
|
||||
Cmd('{pmt_root_path}/scripts/run_cmake.py detect', 'cmake autotdetect 1st'),
|
||||
Cmd('{pmt_root_path}/scripts/run_ninja.py all', 'ninja all 1st'),
|
||||
Remove('build'),
|
||||
Cmd('{pmt_root_path}/scripts/run_cmake.py detect', 'cmake autotdetect 2nd'),
|
||||
Cmd('{pmt_root_path}/scripts/run_ninja.py all', 'ninja all 2nd'),
|
||||
Cmd('{pmt_root_path}/scripts/run_ninja.py check-all', 'ninja check-all 1st'),
|
||||
Remove('build'),
|
||||
Cmd('{pmt_root_path}/scripts/run_cmake.py detect', 'cmake autotdetect 3nd'),
|
||||
Cmd('{pmt_root_path}/scripts/run_ninja.py check-all', 'ninja check-all 2nd'),
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue