File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 1- name : Wolfboot CMake Build Workflow
2-
1+ name : Wolfboot CMake Build
32on :
4- push :
5- branches : [ 'master', 'main', 'release/**' ]
63 pull_request :
74 branches : [ '*' ]
8-
95jobs :
10- build-cmake :
6+ cmake_automated_test :
117 runs-on : ubuntu-latest
12-
138 steps :
149 - uses : actions/checkout@v4
1510 with :
1611 submodules : true
1712
18- - name : Install cross compilers
13+ - name : Install requirements
1914 run : |
2015 sudo sed -i 's|http://azure.archive.ubuntu.com/ubuntu/|http://mirror.arizona.edu/ubuntu/|g' /etc/apt/sources.list
2116 sudo apt-get update
2419 - name : Run CMake
2520 run : |
2621 rm -rf ./build
27- cmake -B build -DWOLFBOOT_TARGET=stm32u5 -DBUILD_TEST_APPS=yes -DWOLFBOOT_PARTITION_BOOT_ADDRESS=0x08100000 -DWOLFBOOT_SECTOR_SIZE=0x2000 -DWOLFBOOT_PARTITION_SIZE=0x20000 -DWOLFBOOT_PARTITION_UPDATE_ADDRESS=0x817F000 -DWOLFBOOT_PARTITION_SWAP_ADDRESS=0x81FE000 -DNO_MPU=yes
28-
29- - name : Build wolfBoot
22+ cmake -B build -DWOLFBOOT_TARGET=stm32u5 -DBUILD_TEST_APPS=yes -DWOLFBOOT_PARTITION_BOOT_ADDRESS=0x08100000 -DWOLFBOOT_SECTOR_SIZE=0x2000 -DWOLFBOOT_PARTITION_SIZE=0x20000 -DWOLFBOOT_PARTITION_UPDATE_ADDRESS=0x817F000-DWOLFBOOT_PARTITION_SWAP_ADDRESS=0x81FE000 -DNO_MPU=yes
23+ - name : Build wolfBoot
3024 run : make -C build
You can’t perform that action at this time.
0 commit comments