Add TODO(#1243)
This commit is contained in:
parent
4ec5f285b3
commit
082024ffbd
27
.github/workflows/ci.yml
vendored
27
.github/workflows/ci.yml
vendored
@ -80,17 +80,18 @@ jobs:
|
|||||||
cmake .. -DNOTHING_CI=ON
|
cmake .. -DNOTHING_CI=ON
|
||||||
cmake --build .
|
cmake --build .
|
||||||
|
|
||||||
|
# TODO(#1243): build-windows-mingw is broken
|
||||||
# TODO(#1178): %z related warnings on build-windows-mingw GitHub Action
|
# TODO(#1178): %z related warnings on build-windows-mingw GitHub Action
|
||||||
build-windows-mingw:
|
# build-windows-mingw:
|
||||||
runs-on: windows-2019
|
# runs-on: windows-2019
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@v1
|
# - uses: actions/checkout@v1
|
||||||
# this gives us msys.
|
# # this gives us msys.
|
||||||
- uses: numworks/setup-msys2@v1
|
# - uses: numworks/setup-msys2@v1
|
||||||
- name: install dependencies
|
# - 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
|
# 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
|
# - name: build nothing
|
||||||
run: |
|
# run: |
|
||||||
msys2do ./build-posix.sh
|
# msys2do ./build-posix.sh
|
||||||
env:
|
# env:
|
||||||
CC: gcc
|
# CC: gcc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user