Fix wasm CI

This commit is contained in:
Lynix 2023-02-05 11:07:43 +01:00
parent b6d565a097
commit f20af22f03
1 changed files with 2 additions and 3 deletions

View File

@ -24,7 +24,6 @@ jobs:
os: [ubuntu-latest]
arch: [x86_64]
mode: [debug, release]
kind: [static]
runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, 'ci skip')"
@ -72,7 +71,7 @@ jobs:
# Setup compilation mode and install project dependencies
- name: Configure xmake and install dependencies
run: xmake config --plat=wasm --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --kind=${{ matrix.kind }} --ccache=n --fs_watcher=n --tests=n --unitybuild=y --yes
run: xmake config --plat=wasm --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --ccache=n --ffmpeg=n --shadernodes=n --tests=y --yes
# Build the engine
- name: Build Nazara
@ -80,7 +79,7 @@ jobs:
# Setup installation configuration
- name: Configure xmake for installation
run: xmake config --plat=wasm --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --ccache=n --ffmpeg=n --shadernodes=y --tests=y --yes
run: xmake config --plat=wasm --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --ccache=n --ffmpeg=n --shadernodes=n --tests=y --yes
# Install the result files
- name: Install Nazara