mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 21:37:57 +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)
|
||||
print(f'{Clr.BLU}Running spinoff update...{Clr.RST}', flush=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:
|
||||
raise CleanError(f"Invalid test type '{testtype}'.")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user