diff options
| author | hathach <[email protected]> | 2023-05-10 13:09:15 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-05-10 13:09:15 +0700 |
| commit | 8e3bdd23913468acace297f09286c942a1a025c3 (patch) | |
| tree | d22e477315fae7fa6792affd21cd290c0efa9dc3 /.github/workflows | |
| parent | 4c796b89d80606e40fb098f1b4b5496dbb5bb7dc (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.yml | 8 |
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 }} |
