mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 07:23:37 +08:00
more work on win bin ci
This commit is contained in:
parent
3114cdf61e
commit
81c332e574
@ -834,16 +834,18 @@ def win_ci_binary_build() -> None:
|
|||||||
'BallisticaCoreGenericInternal.pdb')
|
'BallisticaCoreGenericInternal.pdb')
|
||||||
get_target('ballisticacore-windows/Generic/BallisticaCore.ico')
|
get_target('ballisticacore-windows/Generic/BallisticaCore.ico')
|
||||||
|
|
||||||
subprocess.run(
|
if bool(False):
|
||||||
[
|
subprocess.run(
|
||||||
'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\'
|
[
|
||||||
'Community\\MSBuild\\Current\\Bin\\MSBuild.exe',
|
'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\'
|
||||||
'ballisticacore-windows\\Generic\\BallisticaCoreGeneric.vcxproj',
|
'Community\\MSBuild\\Current\\Bin\\MSBuild.exe',
|
||||||
'-target:Build',
|
'ballisticacore-windows\\Generic'
|
||||||
'-property:Configuration=Debug',
|
'\\BallisticaCoreGeneric.vcxproj',
|
||||||
'-property:Platform=Win32',
|
'-target:Build',
|
||||||
'-property:VisualStudioVersion=16',
|
'-property:Configuration=Debug',
|
||||||
],
|
'-property:Platform=Win32',
|
||||||
check=True,
|
'-property:VisualStudioVersion=16',
|
||||||
)
|
],
|
||||||
|
check=True,
|
||||||
|
)
|
||||||
print('so far so good 3', flush=True)
|
print('so far so good 3', flush=True)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user