From 5c2595646bf4918bda8dc9b47649333ba6ad662a Mon Sep 17 00:00:00 2001 From: Alexandre Janniaux Date: Tue, 3 May 2022 22:00:02 +0200 Subject: [PATCH] github: macos-build: build the whole engine Enable the build of the whole engine now that VulkanRenderer can compile on macOS. --- .github/workflows/macos-build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index a2a2447a2..8a32366db 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -66,12 +66,7 @@ jobs: # Build the engine - name: Build Nazara - run: | - xmake build -v NazaraPhysics3D - xmake build -v NazaraWidgets - xmake build -v NazaraShaderNodes - xmake build -v PluginAssimp - xmake build -v NazaraUnitTests + run: xmake -v # Run unit tests - name: Run unit tests