Skip to content

Commit

Permalink
removes windows ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
kdschlosser committed May 9, 2024
1 parent 101fdaf commit ef017ac
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,25 @@ jobs:
with:
release: '9-2019-q4' # The arm-none-eabi-gcc release to use.

- uses: actions/setup-python@v5
with:
python-version: '3.10'
# - uses: actions/setup-python@v5
# with:
# python-version: '3.10'

- name: Install Dependencies
run: |
winget install --accept-source-agreements --accept-package-agreements ezwinports.make
python3 -m pip install pyMSVC requests
# - name: Install Dependencies
# run: |
# winget install --accept-source-agreements --accept-package-agreements ezwinports.make
# python3 -m pip install pyMSVC requests

- name: Build ESP32 port
run: python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEV=gt911
# - name: Build ESP32 port
# run: python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEV=gt911

- name: Build STM32 port
run: python3 make.py stm32 submodules clean mpy_cross BOARD=STM32H7B3I_DK DISPLAY=rgb_display INDEV=gt911
# - name: Build STM32 port
# run: python3 make.py stm32 submodules clean mpy_cross BOARD=STM32H7B3I_DK DISPLAY=rgb_display INDEV=gt911

- name: Build Raspberry Pi PICO port
run: python3 make.py rp2 submodules clean mpy_cross BOARD=RPI_PICO DISPLAY=rgb_display INDEV=gt911
# - name: Build Raspberry Pi PICO port
# run: python3 make.py rp2 submodules clean mpy_cross BOARD=RPI_PICO DISPLAY=rgb_display INDEV=gt911

- name: Build Windows port
run: python3 make.py windows submodules clean mpy_cross DISPLAY=sdl_display INDEV=sdl_pointer
# - name: Build Windows port
# run: python3 make.py windows submodules clean mpy_cross DISPLAY=sdl_display INDEV=sdl_pointer


0 comments on commit ef017ac

Please sign in to comment.