mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 21:37:57 +08:00
disabling binary tests for now on windows
This commit is contained in:
parent
906c7dd889
commit
71ed8bb546
@ -14,6 +14,12 @@ if TYPE_CHECKING:
|
||||
def test_babase_imports() -> None:
|
||||
"""Testing."""
|
||||
import subprocess
|
||||
import platform
|
||||
|
||||
# Currently skipping this on Windows, as we can't assemble a
|
||||
# complete build there currently (can only compile binaries).
|
||||
if platform.system() == 'Windows':
|
||||
return
|
||||
|
||||
# Put together the headless binary we use for testing.
|
||||
subprocess.run(['make', 'cmake-server-build'], check=True)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user