Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
labbott committed Aug 10, 2023
1 parent 7074ed2 commit edbf3a3
Showing 1 changed file with 1 addition and 28 deletions.
29 changes: 1 addition & 28 deletions .github/workflows/build-sp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,8 @@ on:
type: string

jobs:
build-rot:
if: ${{ inputs.system == 'rot' || inputs.system == '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.system == 'gimlet' || inputs.system == 'all' }}
if: ${{ inputs.board-set == 'gimlet' || inputs.board-set == 'all' }}
name: build-gimlet
strategy:
matrix:
Expand Down

0 comments on commit edbf3a3

Please sign in to comment.