mirror of
https://github.com/xweiba/location-spoofer.git
synced 2026-09-21 22:30:46 +08:00
ci: 契约测试接入 CI 与 make test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.PHONY: setup core ipa-unsigned verify-ipa
|
||||
.PHONY: setup core ipa-unsigned verify-ipa test
|
||||
|
||||
setup:
|
||||
./Scripts/setup.sh
|
||||
@@ -12,3 +12,6 @@ ipa-unsigned: core
|
||||
verify-ipa:
|
||||
@test -n "$(IPA)" || (echo "Usage: make verify-ipa IPA=/absolute/path/to/signed.ipa" >&2; exit 2)
|
||||
./Scripts/verify-ipa.sh --signed "$(IPA)"
|
||||
|
||||
test:
|
||||
./Tests/run_all_contract_tests.sh
|
||||
|
||||
Reference in New Issue
Block a user