mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 07:23:37 +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:
|
def test_babase_imports() -> None:
|
||||||
"""Testing."""
|
"""Testing."""
|
||||||
import subprocess
|
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.
|
# Put together the headless binary we use for testing.
|
||||||
subprocess.run(['make', 'cmake-server-build'], check=True)
|
subprocess.run(['make', 'cmake-server-build'], check=True)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user