summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
AgeCommit message (Collapse)Author
2026-03-13add ft9xx-gcc toolchain support to CIhathach
2025-12-05also render unchange table (#3390)Ha Thach
* also render unchange table * run metrics with circleci (full all boards build)
2025-12-05Run CI build with fixed set of boards (#3389)Ha Thach
* run cmake ci build on github with a fixed set of board to keep the size stable * Size Difference Report contain major >1% and minor <1& table
2025-12-04fine tune ci to build more with circleci (#3386)Ha Thach
* fine tune ci to build more with circleci * skip make for arm-iar, esp-idf * skip make + clang for circleci since llvm-objcopy got killed due to memory issue.
2025-11-17circcleci run all job with large, also try to fix context deadline exceeded ↵hathach
with espressif build
2025-08-01add at32 to README.rst, rename at32 board to lower case, correct name to ↵hathach
match mcu, add meta data
2025-07-02build iar with circleci large resourcehathach
2025-07-02add doc for building examples with cmake build systemhathach
change ci matrix build: - github build make/cmake one per family on push only - circicle do full cmake build for all toolchain (missing rx-gcc)
2025-04-17run arm-iar with non-forked PRhathach
2025-04-17update iar buildhathach
2024-12-11skip iar build with forked prhathach
2024-12-05try to run arm-iar with circleci with new token (#2890)Ha Thach
* try to run arm-iar with circleci with new token * limit iar ci parallel build to 4 for medium+ and 6 for large * add hil-hfp to compile and test with IAR
2024-10-04fix circleci set-matrixhathach
2024-08-28enable rx-gcc for circlecihathach
2024-08-22circleci tweaks (#2770)Ha Thach
* skip circleci build on master push * change max32666 probe to jlink, max32625pico is not reliable enough
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-13Circi dynamic config (#2763)Ha Thach
Circleci * build cmake armgcc and arm clang on circleci * use docker medium+
2024-05-21circle ci skip cache for toolchainhathach
action skip cache for toolchain url hosted by github
2024-05-21circle ci remove deps caching to reduce storage credithathach
2024-05-15circleci light build for merged commit to masterhathach
2024-05-14build arm-clang on circleci with pull request (#2644)Ha Thach
* Build arm-clang using circle ci (only on PR): cache most of mandatory deps, clang toolchain * update get_deps.py to include CMSIS_5 with --print + no arguments, prevent duplicated deps
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-10Update config.ymlHa Thach
2024-05-10Add .circleci/config.ymlHa Thach
2024-05-10CircleCI CommitHa Thach