examples : add batched.swift + improve CI for swift (#3562)
This commit is contained in:
parent
9f6ede19f3
commit
24ba3d829e
7 changed files with 307 additions and 1 deletions
6
examples/batched.swift/Makefile
Executable file
6
examples/batched.swift/Makefile
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue