diff --git a/Demo/buddybuild_postbuild.sh b/Demo/buddybuild_postbuild.sh new file mode 100644 index 0000000..f07f4ef --- /dev/null +++ b/Demo/buddybuild_postbuild.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +set -e -o pipefail + +## Run macOS Tests +echo "▸ Running macOS Tests" +echo "=======================" +xcodebuild -quiet -workspace 'Demo.xcworkspace' -scheme 'RxViewModelTests-macOS' -configuration 'Debug' -sdk macosx -destination arch='x86_64' test | xcpretty -c --test + +## Run tvOS Tests +echo "▸ Running tvOS Tests" +echo "=======================" +xcodebuild -quiet -workspace 'Demo.xcworkspace' -scheme 'RxViewModelTests-tvOS' -configuration 'Debug' -sdk appletvsimulator10.2 -destination name='Apple TV 1080p' test | xcpretty -c --test \ No newline at end of file diff --git a/TEST b/TEST new file mode 100644 index 0000000..b88b1d9 --- /dev/null +++ b/TEST @@ -0,0 +1 @@ +Test addition