Commit Graph

10 Commits

Author SHA1 Message Date
7ee288bc22 change armgcc setup to manual download due to issue with action (#3377)
* change armgcc setup to manual download due to issue with action
* build windows, macos with cmake as well
2025-11-29 01:41:30 +07:00
417f44acab fix security in gh action 2025-10-28 13:03:28 +07:00
d7c4bf14b4 add IAR CStat to static_analysis.yml 2025-10-25 17:21:57 +07:00
d4983acd3a github ci support setup/install iar toolchain 2025-04-17 16:50:25 +07:00
7771cae94c fix gnurx bin 2024-06-06 16:13:25 +07:00
902cc3310b correct script 2024-06-06 16:09:38 +07:00
302445e64f try to build rx using build_util 2024-06-06 16:07:11 +07:00
4e24ec5e5d circle ci skip cache for toolchain
action skip cache for toolchain url hosted by github
2024-05-21 13:04:56 +07:00
6f47746e5f more ci update (#2642)
* 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-13 16:41:11 +07:00
ba6babf570 Rework ci (#2631)
* 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-09 20:43:46 +07:00