Skip to content

Commit

Permalink
scream
Browse files Browse the repository at this point in the history
  • Loading branch information
labbott committed Aug 10, 2023
1 parent 3a84f91 commit 1319d5f
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/build-boards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,6 @@ on:
type: string

jobs:
build-rot:
if: ${{ inputs.board-set == 'rot' || inputs.board-set == 'all' }}
name: build-rot
strategy:
matrix:
build: [oxide-rot-1, oxide-rot-1-dev]
include:
- build: oxide-rot-1
app_name: oxide-rot-1
app_toml: app/oxide-rot-1/app.toml
target: thumbv8m.main-none-eabihf
image: "a, b"
- build: oxide-rot-1-dev
app_name: oxide-rot-1-dev
app_toml: app/oxide-rot-1/app-dev.toml
target: thumbv8m.main-none-eabihf
image: "a, b"
uses: ./.github/workflows/build-one.yml
with:
build: ${{ matrix.build }}
app_name: ${{ matrix.app_name }}
app_toml: ${{ matrix.app_toml }}
target: ${{ matrix.target }}
image: ${{ matrix.image }}
os: ${{ inputs.os }}

build-gimlet:
if: ${{ inputs.board-set == 'gimlet' || inputs.board-set == 'all' }}
name: build-gimlet
Expand Down

0 comments on commit 1319d5f

Please sign in to comment.