-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
1 parent
4cf7f65
commit 1038376
Showing
14 changed files
with
70 additions
and
3 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
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 |
---|---|---|
|
@@ -19,8 +19,9 @@ on: | |
pull_request: | ||
|
||
jobs: | ||
darwin_build: | ||
name: Build | ||
darwin: | ||
name: Build Darwin | ||
timeout-minutes: 60 | ||
|
||
runs-on: macos-latest | ||
|
||
|
@@ -40,12 +41,14 @@ jobs: | |
OPEN_SSL_VERSION=`ls -la /usr/local/Cellar/[email protected] | cat | tail -n1 | awk '{print $NF}'` | ||
ln -s /usr/local/Cellar/[email protected]/$OPEN_SSL_VERSION/lib/pkgconfig/* . | ||
- name: Run iOS Build | ||
timeout-minutes: 5 | ||
working-directory: src/darwin/Framework | ||
run: xcodebuild -target "CHIP" -sdk iphoneos | ||
- name: Clean Build | ||
run: xcodebuild clean | ||
working-directory: src/darwin/Framework | ||
- name: Run macOS Build | ||
timeout-minutes: 5 | ||
# Enable -Werror by hand here, because the Xcode config can't | ||
# enable it for various reasons. Keep whatever Xcode settings | ||
# for OTHER_CFLAGS exist by using ${inherited}. | ||
|
@@ -68,11 +71,14 @@ jobs: | |
run: xcodebuild clean | ||
working-directory: src/darwin/Framework | ||
- name: Bootstrap | ||
timeout-minutes: 3 | ||
run: scripts/build/gn_bootstrap.sh | ||
- name: Run Build Test Server | ||
timeout-minutes: 5 | ||
run: | | ||
scripts/examples/gn_build_example.sh examples/all-clusters-app/linux out/debug chip_config_network_layer_ble=false | ||
- name: Run Tests | ||
timeout-minutes: 5 | ||
run: | | ||
../../../out/debug/chip-all-clusters-app & | ||
xcodebuild test -target "CHIP" -scheme "CHIP Framework Tests" -sdk macosx | ||
|
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
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
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