Skip to content

Commit

Permalink
Initial checkin (project-chip#5304)
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored Mar 11, 2021
1 parent 312438f commit fff0cc5
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ on:
pull_request:

jobs:
build:
name: Build

android:
name: Build Android
strategy:
matrix:
type: [arm, arm64, x64]
Expand All @@ -32,6 +31,7 @@ jobs:
JAVA_HOME: /usr/lib/jvm/java-8-openjdk-amd64/

runs-on: ubuntu-latest
if: github.actor != 'restyled-io'

container:
image: connectedhomeip/chip-build-android:latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
BUILD_ORG: connectedhomeip

runs-on: ubuntu-latest
if: github.actor != 'restyled-io'

container:
image: connectedhomeip/chip-build:latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cirque.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ on:
pull_request:

jobs:
build:
cirque:
name: Cirque

runs-on: ubuntu-latest
if: github.actor != 'restyled-io'

# need to run with privilege, which isn't supported by job.XXX.contaner
# https://github.com/actions/container-action/issues/2
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ on:
pull_request:

jobs:
build:
doxygen:
name: Build Doxygen
runs-on: ubuntu-20.04
if: github.actor != 'restyled-io'

steps:
- name: "Print Ref"
run: echo ${{github.ref}}
- name: "Print Actor"
run: echo ${{github.actor}}
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/examples-efr32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
BUILD_TYPE: gn_efr32

runs-on: ubuntu-latest
if: github.actor != 'restyled-io'

container:
image: connectedhomeip/chip-build-efr32:latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/examples-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
BUILD_TYPE: esp32

runs-on: ubuntu-latest
if: github.actor != 'restyled-io'

container:
image: connectedhomeip/chip-build-esp32:latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
pull_request:

jobs:
linux-standalone:
linux_standalone:
name: Linux Standalone

env:
Expand All @@ -28,6 +28,7 @@ jobs:
BUILD_ORG: connectedhomeip

runs-on: ubuntu-latest
if: github.actor != 'restyled-io'

container:
image: connectedhomeip/chip-build:latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/examples-nrfconnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
BUILD_TYPE: nrfconnect

runs-on: ubuntu-latest
if: github.actor != 'restyled-io'

container:
image: connectedhomeip/chip-build-nrf-platform:latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/examples-qpg6100.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
BUILD_TYPE: gn_qpg6100

runs-on: ubuntu-latest
if: github.actor != 'restyled-io'

container:
image: connectedhomeip/chip-build:latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ on:
pull_request:

jobs:
examples:
qemu:
name: ESP32

env:
BUILD_TYPE: esp32-qemu

runs-on: ubuntu-latest
if: github.actor != 'restyled-io'

container:
image: connectedhomeip/chip-build-esp32-qemu:latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/unit_integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ on:
pull_request:

jobs:
build:
unit_tests:
name: Unit / Interation Tests
if: github.actor != 'restyled-io'

strategy:
matrix:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/zap_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ on:
pull_request:

jobs:
templates:
zap_templates:
name: ZAP templates generation

runs-on: ubuntu-18.04
if: github.actor != 'restyled-io'

steps:
- name: Checkout
Expand Down

0 comments on commit fff0cc5

Please sign in to comment.