Skip to content

Commit 5eb3316

Browse files
committed
Include iOS testbed in iOS release artefacts.
1 parent 7c9ec06 commit 5eb3316

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,11 @@ $$(PYTHON_XCFRAMEWORK-$(os))/Info.plist: \
608608
@echo ">>> Create helper links in XCframework for $(os)"
609609
$$(foreach sdk,$$(SDKS-$(os)),ln -si $$(SDK_SLICE-$$(sdk)) $$(PYTHON_XCFRAMEWORK-$(os))/$$(sdk); )
610610

611+
ifeq ($(os),iOS)
612+
@echo ">>> Clone testbed project for $(os)"
613+
$(HOST_PYTHON) $$(PYTHON_SRCDIR-$$(firstword $$(SDK_TARGETS-$$(firstword $$(SDKS-$(os))))))/iOS/testbed clone --framework $$(PYTHON_XCFRAMEWORK-$(os)) support/$(PYTHON_VER)/$(os)/testbed
614+
endif
615+
611616
@echo ">>> Create VERSIONS file for $(os)"
612617
echo "Python version: $(PYTHON_VERSION) " > support/$(PYTHON_VER)/$(os)/VERSIONS
613618
echo "Build: $(BUILD_NUMBER)" >> support/$(PYTHON_VER)/$(os)/VERSIONS

0 commit comments

Comments
 (0)