This commit is contained in:
2025-04-13 20:55:14 +02:00
parent 939d3d5eba
commit d0b572b5ae
16 changed files with 20 additions and 20 deletions

View File

@@ -67,7 +67,7 @@ jobs:
# Setup compilation mode and install project dependencies
- name: Configure xmake and install dependencies
run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --unitybuild=y --yes
run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --yes
# Save dependencies
- name: Save cached xmake dependencies
@@ -87,7 +87,7 @@ jobs:
- name: Test
run: |
xmake config --opengl-tests=y --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --unitybuild=y --yes
xmake config --opengl-tests=y --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --yes
xmake build --yes OpenGLUnitTests
xmake run --yes OpenGLUnitTests