diff options
author | Zane Shannon <z@zcs.me> | 2023-10-11 04:14:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 06:14:05 -0500 |
commit | 24ba3d829e31a6eda3fa1723f692608c2fa3adda (patch) | |
tree | 9733d19029e3c55356db4a30eede813a7da2a617 /examples/batched.swift/Makefile | |
parent | 9f6ede19f3cfa50d4a51a5babb056c3f8a450b80 (diff) |
examples : add batched.swift + improve CI for swift (#3562)
Diffstat (limited to 'examples/batched.swift/Makefile')
-rwxr-xr-x | examples/batched.swift/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/batched.swift/Makefile b/examples/batched.swift/Makefile new file mode 100755 index 00000000..2afb24fb --- /dev/null +++ b/examples/batched.swift/Makefile @@ -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 |