master
rexim 2020-01-20 01:47:01 +07:00
parent 4ec5f285b3
commit 082024ffbd
1 changed files with 14 additions and 13 deletions

View File

@ -80,17 +80,18 @@ jobs:
cmake .. -DNOTHING_CI=ON
cmake --build .
# TODO(#1243): build-windows-mingw is broken
# TODO(#1178): %z related warnings on build-windows-mingw GitHub Action
build-windows-mingw:
runs-on: windows-2019
steps:
- uses: actions/checkout@v1
# this gives us msys.
- uses: numworks/setup-msys2@v1
- name: install dependencies
run: msys2do pacman -S --noconfirm mingw-w64-x86_64-gcc mingw64/mingw-w64-x86_64-SDL2 make mingw-w64-x86_64-pkg-config
- name: build nothing
run: |
msys2do ./build-posix.sh
env:
CC: gcc
# build-windows-mingw:
# runs-on: windows-2019
# steps:
# - uses: actions/checkout@v1
# # this gives us msys.
# - uses: numworks/setup-msys2@v1
# - name: install dependencies
# run: msys2do pacman -S --noconfirm mingw-w64-x86_64-gcc mingw64/mingw-w64-x86_64-SDL2 make mingw-w64-x86_64-pkg-config
# - name: build nothing
# run: |
# msys2do ./build-posix.sh
# env:
# CC: gcc