- iOS 13.2+
- Xcode 11.2+
- Brew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Make:
brew install make
Before running tests via command line, check destination
in Makefile and that runtime and simulator are available on your Mac by running instruments -s devices
.
Command line:
make test
Or simply open Xcode and run tests via Test Navigator.
Pro tip: Use Clone or download
button in GitHub Web and select Open in Xcode
.
- Configuration file for GitHub Actions.
- CI web view is here.