examples : add batched.swift + improve CI for swift (#3562)

This commit is contained in:
Zane Shannon
2023-10-11 04:14:05 -07:00
committed by GitHub
parent 9f6ede19f3
commit 24ba3d829e
7 changed files with 307 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
.PHONY: build
build:
xcodebuild -scheme batched_swift -destination "generic/platform=macOS" -derivedDataPath build
rm -f ./batched_swift
ln -s ./build/Build/Products/Debug/batched_swift ./batched_swift