using default cmake targets
This commit is contained in:
parent
9d17569b80
commit
188cb427f9
1 changed files with 3 additions and 3 deletions
|
@ -61,14 +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 1st'),
|
||||
Cmd('{pmt_root_path}/scripts/run_cmake.py', 'cmake 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_cmake.py', 'cmake 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_cmake.py', 'cmake 3nd'),
|
||||
Cmd('{pmt_root_path}/scripts/run_ninja.py check-all', 'ninja check-all 2nd'),
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue