summaryrefslogtreecommitdiff
path: root/.github/workflows/build_cmake.yml
AgeCommit message (Collapse)Author
2024-05-13more ci update (#2642)Ha Thach
* Circi use small docker * caching espressif docker image * only run make job on pull request or push to master * hw test run on pull request only, rename build_cmake to build.yml * enable all ci build, cmake(clang) and make(*) only run with pull_request or push to master
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
2024-05-09Rework ci (#2631)Ha Thach
* add name field to usbd_class_driver_t * ci: use set matrix py script * add riscv32 and cmake support for ch32v307, fomu, gd32vf103 * update build_cmake.py to take --family --board --toolchain * separate hil test to its own workflow * move esp32 board into separated hil json * add make build to ci * remov build_make.py * build.py support esp32 board * setup toolchain support esp-idf * fix missing click * merge family in matrix build to reduce jobs * skip cifuzz since it still has issue with get_deps and click
2024-05-06add cmake for mm32, remove mm32 bluepill since it is custom/reworked board ↵hathach
(not available for order)
2024-05-04add cmake for samg55hathach
2024-05-04fix cihathach
2024-05-03fix cihathach
2024-05-03add cmake for xmc4000hathach
2024-05-03add cmake for tm4chathach
2024-05-03merge samd51 and same5xhathach
2024-05-03- add cmake to samd11hathach
- build_cmake.py always build with -DCMAKE_BUILD_TYPE=MinSizeRel
2024-05-03add cmake for stm32wbhathach
2024-05-02add cmake to msp432e4hathach
2024-05-02update cmake cihathach
2024-04-24change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)hathach
2024-04-24skip clang rp2040 buildhathach
2024-04-23integrate msp430 to build cmakehathach