|
| 1 | +name: Build Silabs Examples apps |
| 2 | + |
| 3 | +on: |
| 4 | + push: |
| 5 | + branches: |
| 6 | + - main |
| 7 | + - "release_*" |
| 8 | + pull_request: |
| 9 | + branches: |
| 10 | + - main |
| 11 | + - "release_*" |
| 12 | + |
| 13 | +jobs: |
| 14 | + build-lighting-app: |
| 15 | + name: Build Lighting-App variations |
| 16 | + uses: ./.github/workflows/silabs-common-build.yaml |
| 17 | + with: |
| 18 | + example-app: "lighting-app" |
| 19 | + output-directory: "./out/lighting-app" |
| 20 | + |
| 21 | + build-air-quality-sensor-app: |
| 22 | + name: Build Air-Quality-Sensor-App variations |
| 23 | + uses: ./.github/workflows/silabs-common-build.yaml |
| 24 | + with: |
| 25 | + example-app: "air-quality-sensor-app" |
| 26 | + output-directory: "./out/air-quality-sensor-app" |
| 27 | + |
| 28 | + build-dishwasher-app: |
| 29 | + name: Build Dishwasher-App variations |
| 30 | + uses: ./.github/workflows/silabs-common-build.yaml |
| 31 | + with: |
| 32 | + example-app: "dishwasher-app" |
| 33 | + output-directory: "./out/dishwasher-app" |
| 34 | + |
| 35 | + build-light-switch-app: |
| 36 | + name: Build Light-Switch-App variations |
| 37 | + uses: ./.github/workflows/silabs-common-build.yaml |
| 38 | + with: |
| 39 | + example-app: "light-switch-app" |
| 40 | + output-directory: "./out/light-switch-app" |
| 41 | + |
| 42 | + build-lock-app: |
| 43 | + name: Build Lock-App variations |
| 44 | + uses: ./.github/workflows/silabs-common-build.yaml |
| 45 | + with: |
| 46 | + example-app: "lock-app" |
| 47 | + output-directory: "./out/lock-app" |
| 48 | + |
| 49 | + build-thermostat: |
| 50 | + name: Build Thermostat variations |
| 51 | + uses: ./.github/workflows/silabs-common-build.yaml |
| 52 | + with: |
| 53 | + example-app: "thermostat" |
| 54 | + output-directory: "./out/thermostat" |
| 55 | + |
| 56 | + build-pump-app: |
| 57 | + name: Build Pump-App variations |
| 58 | + uses: ./.github/workflows/silabs-common-build.yaml |
| 59 | + with: |
| 60 | + example-app: "pump-app" |
| 61 | + output-directory: "./out/pump-app" |
| 62 | + |
| 63 | + build-window-app: |
| 64 | + name: Build Window-App variations |
| 65 | + uses: ./.github/workflows/silabs-common-build.yaml |
| 66 | + with: |
| 67 | + example-app: "window-app" |
| 68 | + output-directory: "./out/window-app" |
| 69 | + |
| 70 | + build-smoke-co-alarm: |
| 71 | + name: Build Smoke-CO-Alarm variations |
| 72 | + uses: ./.github/workflows/silabs-common-build.yaml |
| 73 | + with: |
| 74 | + example-app: "smoke-co-alarm-app" |
| 75 | + output-directory: "./out/smoke-co-alarm-app" |
| 76 | + |
| 77 | + build-lit-icd-app: |
| 78 | + name: Build Lit-ICD-App variations |
| 79 | + uses: ./.github/workflows/silabs-common-build.yaml |
| 80 | + with: |
| 81 | + example-app: "lit-icd-app" |
| 82 | + output-directory: "./out/lit-icd-app" |
| 83 | + |
| 84 | + build-refrigerator-app: |
| 85 | + name: Build Refrigerator-App variations |
| 86 | + uses: ./.github/workflows/silabs-common-build.yaml |
| 87 | + with: |
| 88 | + example-app: "refrigerator-app" |
| 89 | + output-directory: "./out/refrigerator-app" |
0 commit comments