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 eeb6c49 commit fa86d01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
- name: Build
shell: bash
run: |
export CC=gcc
cd build
cmake -G "MSYS Makefiles" -DCMAKE_C_COMPILER=/mingw64/bin/gcc -DBUILD_SDLGPU=On -DCMAKE_BUILD_TYPE=%BUILD_TYPE% ..
cmake -G "MSYS Makefiles" -DCMAKE_C_COMPILER=C:/msys64/mingw64/bin/gcc.exe -DCMAKE_CXX_COMPILER=C:/msys64/mingw64/bin/c++.exe -DBUILD_SDLGPU=On -DCMAKE_BUILD_TYPE=%BUILD_TYPE% ..
cmake --build . --config %BUILD_TYPE% --parallel
- name: Deploy
Expand Down

0 comments on commit fa86d01

Please sign in to comment.