Files
CosmicClash/Makefile
T
2026-09-01 18:23:22 +01:00

26 lines
723 B
Makefile

.PHONY: verify-phase6 verify-enet-integration verify-steam-templates verify-supply-chain verify-kind-agones verify-allocated-compose verify-multiplayer-local verify-multiplayer-load
verify-multiplayer-local:
bash scripts/verify_multiplayer_local.sh
verify-multiplayer-load:
(cd server && go test -tags load ./api -run TestQueueCreateHTTPLoad -count=1)
verify-phase6:
bash scripts/verify_phase6.sh
verify-enet-integration:
bash scripts/verify_enet_integration.sh
verify-steam-templates:
bash scripts/verify_steam_templates.sh
verify-supply-chain:
python3 scripts/verify_supply_chain.py
verify-kind-agones:
bash scripts/verify_kind_agones.sh
verify-allocated-compose:
bash scripts/verify_allocated_compose.sh