Skip to content

Commit

Permalink
set script permission
Browse files Browse the repository at this point in the history
  • Loading branch information
v923z committed Aug 19, 2023
1 parent b737c2b commit 2c875e7
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Install arm toolchain
run: ./scripts/install_arm.sh

- name: Install ESP-IDF toolchain
run: ./scripts/install_espidf.sh
# - name: Install ESP-IDF toolchain
# run: ./scripts/install_espidf.sh

- name: Checkout ulab/micropython
run: ./scripts/init.sh
Expand All @@ -38,61 +38,61 @@ jobs:
# if: always()
# run: ./scripts/unix.sh

- name: Compile for Adafruit Feather RP2040
if: always()
run: ./scripts/rp2/adafruit_feather_rp2040.sh
# - name: Compile for Adafruit Feather RP2040
# if: always()
# run: ./scripts/rp2/adafruit_feather_rp2040.sh

- name: Compile for Adafruit Itsybitsy RP2040
if: always()
run: ./scripts/rp2/adafruit_itsybitsy_rp2040.sh
# - name: Compile for Adafruit Itsybitsy RP2040
# if: always()
# run: ./scripts/rp2/adafruit_itsybitsy_rp2040.sh

- name: Compile for Adafruit QTPY RP2040
if: always()
run: ./scripts/rp2/adafruit_qtpy_rp2040.sh
# - name: Compile for Adafruit QTPY RP2040
# if: always()
# run: ./scripts/rp2/adafruit_qtpy_rp2040.sh

- name: Compile for Pimoroni Pico Lipo 4MB
if: always()
run: ./scripts/rp2/pimoroni_picolipo_4MB.sh
# - name: Compile for Pimoroni Pico Lipo 4MB
# if: always()
# run: ./scripts/rp2/pimoroni_picolipo_4MB.sh

- name: Compile for Pimoroni Pico Lipo 16MB
if: always()
run: ./scripts/rp2/pimoroni_picolipo_16MB.sh
# - name: Compile for Pimoroni Pico Lipo 16MB
# if: always()
# run: ./scripts/rp2/pimoroni_picolipo_16MB.sh

- name: Compile for raspberry nano
if: always()
run: ./scripts/rp2/arduino_nano_connect.sh
# - name: Compile for raspberry nano
# if: always()
# run: ./scripts/rp2/arduino_nano_connect.sh

- name: Compile for raspberry pico
if: always()
run: ./scripts/rp2/pico.sh
# - name: Compile for raspberry pico
# if: always()
# run: ./scripts/rp2/pico.sh

- name: Compile for raspberry pico with UART and VFAT support
if: always()
run: ./scripts/rp2/pico_uart_vfat.sh

- name: Compile for raspberry pico W
if: always()
run: ./scripts/rp2/pico_w.sh
# - name: Compile for raspberry pico W
# if: always()
# run: ./scripts/rp2/pico_w.sh

- name: Compile for PYBD_SF6
if: always()
run: ./scripts/stm32/pybd_sf6.sh
# - name: Compile for PYBD_SF6
# if: always()
# run: ./scripts/stm32/pybd_sf6.sh

- name: Compile for pybv10 board
if: always()
run: ./scripts/stm32/pybv10.sh
# - name: Compile for pybv10 board
# if: always()
# run: ./scripts/stm32/pybv10.sh

- name: Compile for pybv11 board
if: always()
run: ./scripts/stm32/pybv11.sh
# - name: Compile for pybv11 board
# if: always()
# run: ./scripts/stm32/pybv11.sh

- name: Compile for ESP32 GENERIC
if: always()
run: ./scripts/esp32/generic.sh
# - name: Compile for ESP32 GENERIC
# if: always()
# run: ./scripts/esp32/generic.sh

- name: Compile for ESP32 S3
if: always()
run: ./scripts/esp32/s3.sh
# - name: Compile for ESP32 S3
# if: always()
# run: ./scripts/esp32/s3.sh

- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down
Empty file modified scripts/rp2/pico_uart_vfat.sh
100644 → 100755
Empty file.

0 comments on commit 2c875e7

Please sign in to comment.