Skip to content

Commit

Permalink
⚗️ Add test release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Khalil Estell authored and kammce committed Dec 11, 2023
1 parent 7514f2a commit adf2616
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions .github/workflows/3.0.0-alpha.1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: 🚀 Release 3.0.0-alpha.1

on:
workflow_dispatch:

jobs:
cortex-m0:
uses: libhal/ci/.github/workflows/[email protected]
with:
arch: cortex-m0
version: 3.0.0-alpha.1
os: baremetal
compiler_package: arm-gnu-toolchain
secrets: inherit

cortex-m0plus:
uses: libhal/ci/.github/workflows/[email protected]
with:
arch: cortex-m0plus
version: 3.0.0-alpha.1
os: baremetal
compiler_package: arm-gnu-toolchain
secrets: inherit

cortex-m1:
uses: libhal/ci/.github/workflows/[email protected]
with:
arch: cortex-m1
version: 3.0.0-alpha.1
os: baremetal
compiler_package: arm-gnu-toolchain
secrets: inherit

cortex-m3:
uses: libhal/ci/.github/workflows/[email protected]
with:
arch: cortex-m3
version: 3.0.0-alpha.1
os: baremetal
compiler_package: arm-gnu-toolchain
secrets: inherit

cortex-m4:
uses: libhal/ci/.github/workflows/[email protected]
with:
arch: cortex-m4
version: 3.0.0-alpha.1
os: baremetal
compiler_package: arm-gnu-toolchain
secrets: inherit

cortex-m4f:
uses: libhal/ci/.github/workflows/[email protected]
with:
arch: cortex-m4f
version: 3.0.0-alpha.1
os: baremetal
compiler_package: arm-gnu-toolchain
secrets: inherit

0 comments on commit adf2616

Please sign in to comment.