-
Notifications
You must be signed in to change notification settings - Fork 147
38 lines (30 loc) · 842 Bytes
/
footprint.yml
File metadata and controls
38 lines (30 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: Footprint test
on:
push:
branches: [ 'master', 'main', 'release/**' ]
pull_request:
branches: [ '*' ]
jobs:
footprint_test:
runs-on: ubuntu-latest
container:
image: ghcr.io/wolfssl/wolfboot-ci-arm:v1.0
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Trust workspace
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: make clean
run: |
make keysclean && rm -f include/target.h
- name: Select config
run: |
cp config/examples/stm32f407-discovery.config .config && make include/target.h
- name: Build key tools
run: |
make keytools
- name: Build wolfboot and test footprint
run: |
make test-size-all