CI: Fix MinGW
This commit is contained in:
parent
0c70d77c82
commit
5947184901
|
|
@ -74,10 +74,12 @@ jobs:
|
||||||
|
|
||||||
# Setup compilation mode and install project dependencies
|
# Setup compilation mode and install project dependencies
|
||||||
- name: Configure xmake and install dependencies
|
- name: Configure xmake and install dependencies
|
||||||
|
shell: msys2 {0}
|
||||||
run: xmake config --shadernodes=y --tests=y --unitybuild=y --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --yes
|
run: xmake config --shadernodes=y --tests=y --unitybuild=y --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --yes
|
||||||
|
|
||||||
# Build the engine
|
# Build the engine
|
||||||
- name: Build Nazara
|
- name: Build Nazara
|
||||||
|
shell: msys2 {0}
|
||||||
run: xmake -v
|
run: xmake -v
|
||||||
|
|
||||||
# Run unit tests
|
# Run unit tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue