Skip to content

Commit

Permalink
build more targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Mar 5, 2025
1 parent 3b57bea commit 9927ec3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,8 @@ jobs:
- name: fix pico-pio-usb ref
run: (cd MCUME_pico2/pico-sdk/lib/tinyusb/hw/mcu/raspberry_pi/Pico-PIO-USB && git pull https://github.com/tannewt/Pico-PIO-USB/ better_timeouts)

- name: set up cmake
run: cmake -S MCUME_pico2 -B build -DPICO_SDK_PATH=MCUME_pico2/pico-sdk

- name: build
run: make -C build -j$(nproc)
- name: build targets
run: for target in pico64 pico20 pico81 picospeccy picomsx pico8086 picocolem picoo2em picovcs picogb picopce picosms picogen picocastway pico5200; do cmake -S MCUME_pico2 -B build -DPICO_SDK_PATH=MCUME_pico2/pico-sdk -DTARGET=$target && make -C build

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9927ec3

Please sign in to comment.