From 49496afdd8169f61678935ca16addd6d9bd4246c Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Wed, 9 Jun 2021 20:13:57 -0500 Subject: [PATCH] more work on win bin ci --- tools/batools/pcommand.py | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/tools/batools/pcommand.py b/tools/batools/pcommand.py index 73f97b31..529b7719 100644 --- a/tools/batools/pcommand.py +++ b/tools/batools/pcommand.py @@ -829,13 +829,7 @@ def win_ci_binary_build() -> None: from efrotools.efrocache import get_target get_target('build/prefab/lib/windows/Debug_Win32/' 'BallisticaCoreGenericInternal.lib') - # import subprocess - # subprocess.run( - # [ - # 'python', 'tools/pcommand', 'efrocache_get', - # 'build/prefab/lib/windows/Debug_Win32/' - # 'BallisticaCoreGenericInternal.lib' - # ], - # check=True, - # ) - print('so far so good', flush=True) + get_target('build/prefab/lib/windows/Debug_Win32/' + 'BallisticaCoreGenericInternal.pdb') + get_target('ballisticacore-windows/Generic/BallisticaCore.ico') + print('so far so good 2', flush=True)