disabling win binary ci builds for now

This commit is contained in:
Eric Froemling 2021-06-09 21:01:30 -05:00
parent 19154fbe95
commit b70c20ddb7
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -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)