use cmake to build msp430

This commit is contained in:
hathach 2024-04-15 12:52:10 +07:00
parent bf649988ef
commit b2acbd305d
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52

View File

@ -63,8 +63,7 @@ jobs:
- name: Set Toolchain Path
run: echo >> $GITHUB_PATH `echo ~/cache/toolchain/*/bin`
- name: Get Dependencies
run: python3 tools/get_deps.py ${{ matrix.family }}
- name: Build
run: python3 tools/build_make.py ${{ matrix.family }}
run: |
python3 tools/get_deps.py ${{ matrix.family }}
python tools/build_cmake.py ${{ matrix.family }} -DCMAKE_BUILD_TYPE=MinSizeRel