Commit Graph

4 Commits

Author SHA1 Message Date
Mattt 807d73e9be
Add release automation (#175)
* Add release workflow

* Update podspec file

* Set iOS deployment target to iOS 9

Fixes 'The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.2.99.'

* Specify paths for CI runs for PRs
2021-01-02 03:28:57 -08:00
Mattt 57d7ebc03f
Name CI Jobs (#174)
* Interpolate scheme from OS name

* Add names to CI jobs
2020-12-30 05:12:36 -08:00
Mattt 97457e9560
Fix lint job in CI workflow (#173)
* Update to norio-nomura/action-swiftlint@3.2.0

* Run swiftlint directly without external action

* Run on macos-latest

* Calculate diff relative to github.base_ref

* Update to actions/checkout@v2

* Checkout with ref to github.head_ref

* Specify bash shell

* Fetch origin master before running git diff

* Checkout with fetch-depth of 0

* Prefix base ref with origin/

* Fetch and find common ancestor manually

* Run SwiftLint against all files

* Lint with --strict
2020-12-30 04:53:49 -08:00
Mattt 868274ce26
Add GitHub Actions CI workflow (#168)
* Add CI workflow

* Remove .travis.yml

* Update CI badge in README
2020-05-12 10:55:42 -07:00