summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-05-10 13:09:15 +0700
committerhathach <[email protected]>2023-05-10 13:09:15 +0700
commit8e3bdd23913468acace297f09286c942a1a025c3 (patch)
treed22e477315fae7fa6792affd21cd290c0efa9dc3 /.github/workflows
parent4c796b89d80606e40fb098f1b4b5496dbb5bb7dc (diff)
add python script to help building cmake, build all imxrt boards with ci
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cmake_arm.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml
index 98aae7df2..3a1ef4f4f 100644
--- a/.github/workflows/cmake_arm.yml
+++ b/.github/workflows/cmake_arm.yml
@@ -1,4 +1,4 @@
-name: CMake Build ARM
+name: CMake ARM
on:
push:
@@ -51,8 +51,4 @@ jobs:
run: python3 tools/get_family_deps.py ${{ matrix.family }}
- name: Build
- run: |
- mkdir -p examples/build
- cd examples/build
- cmake -DFAMILY=${{ matrix.family }} -DBOARD=mimxrt1060_evk ..
- cmake --build .
+ run: python tools/build_cmake.py ${{ matrix.family }}