From 00796222e10862c402e84f955e8a4bf48de48bcc Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 10 Dec 2025 00:39:58 +0800 Subject: improve test --- tests/projects/other/multiplats_xcode/test.lua | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/tests/projects/other/multiplats_xcode/test.lua b/tests/projects/other/multiplats_xcode/test.lua index 5d27584e3..e61518221 100644 --- a/tests/projects/other/multiplats_xcode/test.lua +++ b/tests/projects/other/multiplats_xcode/test.lua @@ -3,22 +3,6 @@ function main(t) os.exec("xmake f -c -vD") os.exec("xmake -rvD") os.exec("xmake f -c -vD -p iphoneos") - -- build only arm64 target first, avoid building armv7 if SDK doesn't support it os.exec("xmake -rvD test_iphoneos") - -- try to build armv7 target, skip if SDK doesn't support it - try - { - function () - os.exec("xmake f -c -vD -p iphoneos -a armv7") - os.exec("xmake -rvD test_iphoneos_armv7") - end, - catch - { - function (errors) - -- SDK doesn't support armv7, skip this target - cprint("${color.warning}skip test_iphoneos_armv7: SDK doesn't support armv7") - end - } - } end end -- cgit v1.3.1