mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
Set a DerivedData path for iOS test builds. (GH-118621)
This commit is contained in:
parent
dd37e85518
commit
1506d5adc4
@ -2067,7 +2067,7 @@ testios:
|
||||
|
||||
# Run the test suite for the Xcode project, targeting the iOS simulator.
|
||||
# If the suite fails, touch a file in the test folder as a marker
|
||||
if ! xcodebuild test -project $(XCFOLDER)/iOSTestbed.xcodeproj -scheme "iOSTestbed" -destination "platform=iOS Simulator,name=iPhone SE (3rd Generation)" -resultBundlePath $(XCRESULT) ; then \
|
||||
if ! xcodebuild test -project $(XCFOLDER)/iOSTestbed.xcodeproj -scheme "iOSTestbed" -destination "platform=iOS Simulator,name=iPhone SE (3rd Generation)" -resultBundlePath $(XCRESULT) -derivedDataPath $(XCFOLDER)/DerivedData ; then \
|
||||
touch $(XCFOLDER)/failed; \
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user