Skip to content

Commit

Permalink
test mingw build
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Aug 6, 2023
1 parent f602558 commit 8791af9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ jobs:
submodules: recursive
fetch-depth: 0

- name: Setup
shell: bash
run: pacman -S mingw-w64-x86_64-gcc

- name: Build
shell: bash
run: |
gcc -v
make CC=gcc
cd build
cmake -G "MinGW Makefiles" -DBUILD_SDLGPU=On -DCMAKE_BUILD_TYPE=%BUILD_TYPE% ..
cmake --build . --config %BUILD_TYPE% --parallel
Expand Down

0 comments on commit 8791af9

Please sign in to comment.