mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-03 05:53:15 +08:00
maybe now
This commit is contained in:
parent
a008c9c5f0
commit
e62d2fcd3f
@ -340,6 +340,6 @@ def spinoff_test() -> None:
|
|||||||
os.makedirs(path, exist_ok=True)
|
os.makedirs(path, exist_ok=True)
|
||||||
print(f'{Clr.BLU}Running spinoff update...{Clr.RST}', flush=True)
|
print(f'{Clr.BLU}Running spinoff update...{Clr.RST}', flush=True)
|
||||||
subprocess.run(['./tools/spinoff', 'update'], cwd=path, check=True)
|
subprocess.run(['./tools/spinoff', 'update'], cwd=path, check=True)
|
||||||
subprocess.run(['make', 'cmake-binary'], cwd=path, check=True)
|
subprocess.run(['make', 'cmake-server-binary'], cwd=path, check=True)
|
||||||
else:
|
else:
|
||||||
raise CleanError(f"Invalid test type '{testtype}'.")
|
raise CleanError(f"Invalid test type '{testtype}'.")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user