mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-07 08:03:30 +08:00
disabling win binary ci builds for now
This commit is contained in:
parent
19154fbe95
commit
b70c20ddb7
@ -834,7 +834,7 @@ 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(True):
|
if bool(False):
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
[
|
[
|
||||||
'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\'
|
'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\'
|
||||||
@ -848,4 +848,4 @@ def win_ci_binary_build() -> None:
|
|||||||
],
|
],
|
||||||
check=True,
|
check=True,
|
||||||
)
|
)
|
||||||
print('so far so good 3', flush=True)
|
print('so far so good 4', flush=True)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user