XMake: Add options to disable tools/plugins and unit tests building

This commit is contained in:
Jérôme Leclercq
2022-01-18 06:15:51 +01:00
parent 025deb9ae1
commit 22c99bfd1d
6 changed files with 168 additions and 141 deletions

View File

@@ -72,7 +72,7 @@ jobs:
# Setup compilation mode and install project dependencies
- name: Configure xmake and install dependencies
run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --verbose --yes
run: xmake config --shadernodes=y --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --verbose --yes
# Build the engine
- name: Build Nazara