mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 23:13:46 +08:00
more work on win bin ci
This commit is contained in:
parent
aa94037b91
commit
087c6043d9
@ -826,13 +826,16 @@ def gen_flat_data_code() -> None:
|
|||||||
|
|
||||||
def win_ci_binary_build() -> None:
|
def win_ci_binary_build() -> None:
|
||||||
"""Simple windows binary build for ci."""
|
"""Simple windows binary build for ci."""
|
||||||
import subprocess
|
from efrotools.efrocache import get_target
|
||||||
subprocess.run(
|
get_target('build/prefab/lib/windows/Debug_Win32/'
|
||||||
[
|
'BallisticaCoreGenericInternal.lib')
|
||||||
'tools/pcommand', 'efrocache_get',
|
# import subprocess
|
||||||
'build/prefab/lib/windows/Debug_Win32/'
|
# subprocess.run(
|
||||||
'BallisticaCoreGenericInternal.lib'
|
# [
|
||||||
],
|
# 'python', 'tools/pcommand', 'efrocache_get',
|
||||||
check=True,
|
# 'build/prefab/lib/windows/Debug_Win32/'
|
||||||
)
|
# 'BallisticaCoreGenericInternal.lib'
|
||||||
|
# ],
|
||||||
|
# check=True,
|
||||||
|
# )
|
||||||
print('so far so good', flush=True)
|
print('so far so good', flush=True)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user