File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
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_build :
117 runs-on : ubuntu-latest
128
139 steps :
1410 - uses : actions/checkout@v4
1511 with :
1612 submodules : true
1713
18- - name : Install cross compilers
14+ - name : Install requirements
1915 run : |
2016 sudo sed -i 's|http://azure.archive.ubuntu.com/ubuntu/|http://mirror.arizona.edu/ubuntu/|g' /etc/apt/sources.list
2117 sudo apt-get update
2420 - name : Run CMake
2521 run : |
2622 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-
23+ 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
2924 - name : Build wolfBoot
30- run : make -C build
25+ run : make -C build
You can’t perform that action at this time.
0 commit comments