11 lines
No EOL
312 B
Bash
Executable file
11 lines
No EOL
312 B
Bash
Executable file
|
|
#!/bin/bash
|
|
|
|
set -eo pipefail
|
|
|
|
python3 toolchain.py create Touchtracer kivy-ci-clone/examples/demo/touchtracer
|
|
|
|
xcodebuild -project touchtracer-ios/touchtracer.xcodeproj \
|
|
-scheme touchtracer \
|
|
-destination generic/platform=iOS\
|
|
clean build CODE_SIGNING_ALLOWED=NO | xcpretty |