File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- name : Wolfboot CMake Build Workflow
1+ name : Wolfboot CMake Build
22
33on :
44 push :
77 branches : [ '*' ]
88
99jobs :
10- build-cmake :
10+ cmake_automated_build :
1111 runs-on : ubuntu-latest
1212
1313 steps :
1414 - uses : actions/checkout@v4
1515 with :
1616 submodules : true
1717
18- - name : Install cross compilers
18+ - name : Install requirements
1919 run : |
2020 sudo sed -i 's|http://azure.archive.ubuntu.com/ubuntu/|http://mirror.arizona.edu/ubuntu/|g' /etc/apt/sources.list
2121 sudo apt-get update
2424 - name : Run CMake
2525 run : |
2626 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-
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
2928 - name : Build wolfBoot
3029 run : make -C build
You can’t perform that action at this time.
0 commit comments