Skip to content
Snippets Groups Projects
Commit 0f80a52c authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Run tests on macOS with run-tests.sh

parent 48d8c2c6
No related branches found
No related tags found
1 merge request!45Draft: Add macOS support
#!/bin/sh
set -e
echo "\n\033[1;32m▶ Running tests on macOS...\033[0m"
set -o pipefail && swift test 2>&1 | ./xcbeautify
echo "\n\033[1;32m▶ Running tests on iOS Simulator...\033[0m"
set -o pipefail && xcodebuild -scheme 'elixxir-dapps-sdk-swift-Package' -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=15.5,name=iPhone 13' test | ./xcbeautify
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment