-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
455 changed files
with
24,393 additions
and
3,661 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ on: [push, pull_request] | |
|
||
env: | ||
PROJECT: 'SmartDeviceLink-iOS.xcodeproj' | ||
DESTINATION: 'platform=iOS Simulator,name=iPhone 11,OS=14.1' | ||
DESTINATION: 'platform=iOS Simulator,name=iPhone 12,OS=14.4' | ||
|
||
jobs: | ||
build: | ||
|
@@ -27,7 +27,7 @@ jobs: | |
|
||
# Select the Xcode version (the platform/simulator/OS available for testing depend on the Xcode version) | ||
- name: Select Xcode version | ||
run: sudo xcode-select -switch /Applications/Xcode_12.1.app | ||
run: sudo xcode-select -switch /Applications/Xcode_12.4.app | ||
|
||
- name: Build | ||
run: set -o pipefail && xcodebuild -scheme "${{ matrix.scheme }}" -destination "$DESTINATION" build | xcpretty --color --simple | ||
|
@@ -46,7 +46,7 @@ jobs: | |
|
||
# Select the Xcode version (the platform/simulator/OS available for testing depend on the Xcode version) | ||
- name: Select Xcode version | ||
run: sudo xcode-select -switch /Applications/Xcode_12.1.app | ||
run: sudo xcode-select -switch /Applications/Xcode_12.4.app | ||
|
||
- name: Checkout repository | ||
uses: actions/[email protected] | ||
|
@@ -63,8 +63,7 @@ jobs: | |
|
||
- name: Installing dependencies | ||
if: steps.carthage-cache.outputs.cache-hit != 'true' | ||
run: bash carthage-build.sh --no-use-binaries --platform iOS --cache-builds | ||
# run: carthage bootstrap --no-use-binaries --platform iOS --cache-builds | ||
run: bash carthage-build.sh bootstrap --no-use-binaries --platform ios --cache-builds | ||
|
||
# Split build into build-only and test-only as it is faster than building and running in one step | ||
- name: Building unit tests | ||
|
@@ -76,5 +75,20 @@ jobs: | |
# Upload coverage reports to Codecov | ||
- name: Upload coverage to Codecov | ||
uses: codecov/[email protected] | ||
with: | ||
yml: ./codecov.yml | ||
|
||
rpcTest: | ||
name: RPC Generator Tests | ||
runs-on: ubuntu-20.04 | ||
strategy: | ||
fail-fast: false | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected] | ||
with: | ||
submodules: true | ||
|
||
- name: Install dependencies | ||
run: python3 -m pip install -r generator/requirements.txt | ||
|
||
- name: Run RPC generator tests | ||
run: python3 generator/test/runner.py |
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,3 @@ | ||
github "Quick/Quick" ~> 3.0 | ||
github "Quick/Nimble" == 9.0.0-rc.3 | ||
github "Quick/Nimble" ~> 9.0.0 | ||
github "erikdoe/ocmock" ~> 3.7 | ||
github "uber/ios-snapshot-test-case" ~> 6.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
github "Quick/Nimble" "v9.0.0-rc.3" | ||
github "Quick/Nimble" "v9.0.0" | ||
github "Quick/Quick" "v3.0.0" | ||
github "erikdoe/ocmock" "v3.7.1" | ||
github "uber/ios-snapshot-test-case" "6.2.0" | ||
github "erikdoe/ocmock" "v3.8.1" |
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.