Skip to content

Commit 1e2937a

Browse files
WIP workflow
1 parent 108c3cc commit 1e2937a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Build clang runtime builtins
2+
on:
3+
workflow_dispatch:
4+
push:
5+
6+
jobs:
7+
build:
8+
name: Build builtins
9+
runs-on: ubuntu-latest
10+
container:
11+
image: ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-lite:latest
12+
strategy:
13+
fail-fast: false
14+
matrix:
15+
targets:
16+
- core: cortex-m3
17+
se: st33
18+
- core: cortex-m35p+nodsp
19+
se: st33k1
20+
21+
steps:
22+
- uses: actions/checkout@v4
23+
with:
24+
ref: feat/apa/clangrt
25+
sparse-checkout: |
26+
tools/build_clangrt_builtins.sh
27+
sparse-checkout-cone-mode: false

0 commit comments

Comments
 (0)