summaryrefslogtreecommitdiff
path: root/.github/workflows/build_util.yml
AgeCommit message (Collapse)Author
2025-11-03fix alert using input in gh action. fix some conversion inthathach
2025-04-17- run arm-iar using github actionhathach
- add skip_ci.txt to family folder to skip boards in ci run
2025-01-16update esp-idf to 5.3.2hathach
2024-09-30bump up idf to 5.3.1hathach
2024-09-30Migrate hil vm (#2822)Ha Thach
* migrate hil to new x64 VM instead of rpi * re-enable hil for s3
2024-08-21update circle ci to build make (#2769)Ha Thach
* update build.py script to work with circleci * build make with circle ci * build vm for esp only * nrf imxrt with large resource * nrf imxrt with large resource * remove 2 of nrf boards
2024-08-11fix spi_set_format() -Wnull-dereference when compiling with -Oshathach
2024-08-09Update ci toolchain (#2758)Ha Thach
* move toolchain url to its setup action
2024-05-13Ci tweak3 (#2643)Ha Thach
- enable --one-per-family to build 1 board per family, also skip family if board specified in -b also present - minimize ci run for push event - only build one board per family - skip hil test on both pi4 and hfp - full build will be runn for PR event - IAR always build 1 board per family regardless of event - update build.py to optimize make - remove all setup python since we don't really need it
2024-05-10More ci tweak (#2636)Ha Thach
* change concurrency group to ${{ github.workflow }}-${{ github.ref }} * use argparse for build.py hil_test.py, remove the need to install click * move ci win/mac to build_cmake.yml * rename build_family.yml to build_util.yml * build_util.yml support esp32 * integrate build-espressif into build.yml * build.py support make with --board option * add get_deps action * update hil test to reuse action