update iar ci

This commit is contained in:
hathach 2023-01-18 10:33:26 +07:00
parent ecfd57e6f1
commit fb7122f07d
1 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
name: Build ARM with IAR
name: Build IAR
on:
push:
@ -50,8 +50,4 @@ jobs:
echo >> $GITHUB_ENV PICO_SDK_PATH=~/pico-sdk
- name: Build
#run: python3 tools/build_family.py ${{ matrix.family }}
run: |
make -j -C examples/device/cdc_msc BOARD=stm32f070rbnucleo CC=iccarm all
make -j -C examples/device/cdc_msc BOARD=stm32f072disco CC=iccarm all
make -j -C examples/device/cdc_msc BOARD=stm32f072eval CC=iccarm all
run: python3 tools/build_family.py ${{ matrix.family }} CC=iccarm