mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 08:45:43 +08:00
more work on win bin ci
This commit is contained in:
parent
81c332e574
commit
19154fbe95
@ -834,11 +834,11 @@ def win_ci_binary_build() -> None:
|
|||||||
'BallisticaCoreGenericInternal.pdb')
|
'BallisticaCoreGenericInternal.pdb')
|
||||||
get_target('ballisticacore-windows/Generic/BallisticaCore.ico')
|
get_target('ballisticacore-windows/Generic/BallisticaCore.ico')
|
||||||
|
|
||||||
if bool(False):
|
if bool(True):
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
[
|
[
|
||||||
'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\'
|
'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\'
|
||||||
'Community\\MSBuild\\Current\\Bin\\MSBuild.exe',
|
'Enterprise\\MSBuild\\Current\\Bin\\MSBuild.exe',
|
||||||
'ballisticacore-windows\\Generic'
|
'ballisticacore-windows\\Generic'
|
||||||
'\\BallisticaCoreGeneric.vcxproj',
|
'\\BallisticaCoreGeneric.vcxproj',
|
||||||
'-target:Build',
|
'-target:Build',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user