-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(CI): update mac-os version for github workflow (#242)
* feat: update mac-os version for github workflow * fix: package conflicts * fix: linter errors * chore: change swift version * chore: replace swift version step with official one * fix: remove make install from CI and run validation instead (lint+tests) * feat: move linter to dedicated workflow * feat: includes fastlane in gem file * fix: naming for ci-validation * fix: install variants before running tests * fix: update make path destination * fix: make path set order * fix: path installation for non linux * fix: set python version on github runner * feat: update gyb to python3 * fix: templates and utils pathing * chore: add temp value to test pipeline * chore: checking path for template in CI * chore: add more debugging for method in CI * chore: add more logging * chore: remove CI logging prints * fix: install bundler before bundle install * fix: disable coverage report due to issues with racc installation * docs: update documentation about Python version from 2.7 to 3
- Loading branch information
Showing
17 changed files
with
413 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem "fastlane" | ||
gem "slather" | ||
gem "nokogiri", ">= 1.13.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.