mastodon-ios/.github/scripts/build.sh

12 lines
287 B
Bash
Raw Normal View History

#!/bin/bash
set -eo pipefail
# build with SwiftPM:
# https://developer.apple.com/documentation/swift_packages/building_swift_packages_or_apps_that_use_them_in_continuous_integration_workflows
xcodebuild -workspace Mastodon.xcworkspace \
-scheme Mastodon \
clean \
2022-01-04 11:30:59 +01:00
build | xcpretty