Skip to content

Commit

Permalink
cmake test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vano committed Mar 11, 2024
1 parent efc98bb commit ce863aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
flags:
SCons: platform=windows use_mingw=yes
CMake: -G Ninja
use-mingw: true
run-tests: false
cache-name: windows-x86_64-mingw

Expand Down Expand Up @@ -184,10 +185,11 @@ jobs:
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}

- name: Setup MinGW for Windows/MinGW build
if: ${{ matrix.platforms.platform == 'windows' && matrix.platforms.flags == 'use_mingw=yes' }}
if: ${{ matrix.platforms.platform == 'windows' && matrix.platforms.use-mingw }}
uses: egor-tensin/setup-mingw@v2
with:
version: 12.2.0

- name: MinGW tree
run: 'tree /f C:'

Expand Down

0 comments on commit ce863aa

Please sign in to comment.