ci: Don't run both package steps in the same build
This commit is contained in:
+2
-2
@@ -69,8 +69,8 @@ let package_runners = [];
|
|||||||
'--config', 'RelWithDebInfo',
|
'--config', 'RelWithDebInfo',
|
||||||
'--target', 'INSTALL'
|
'--target', 'INSTALL'
|
||||||
].concat(cmake_build_extra)));
|
].concat(cmake_build_extra)));
|
||||||
package_runners.push(new runner('64-bit', 'cmake', [
|
package_runners.push(new runner('32-bit', 'cmake', [
|
||||||
'--build', 'build/64',
|
'--build', 'build/32',
|
||||||
'--target', 'PACKAGE_7Z',
|
'--target', 'PACKAGE_7Z',
|
||||||
'--config', 'RelWithDebInfo'
|
'--config', 'RelWithDebInfo'
|
||||||
].concat(cmake_build_extra)));
|
].concat(cmake_build_extra)));
|
||||||
|
|||||||
Reference in New Issue
Block a user