From 582634c97af96d76b5f8286b1e8c7e7d0a917a24 Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Wed, 12 Jul 2023 09:38:43 +0200 Subject: [PATCH] Update test.yml [skip ci] --- .github/workflows/test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1b569db8..5712bc46 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,10 +24,10 @@ jobs: # Compile Sandboxie Core # - - name: Build Sandboxie x86 + - name: Build Sandboxie x86 (dll's & svc) run: msbuild /t:build Sandboxie\SandboxDll.sln /p:Configuration="SbieRelease" /p:Platform=Win32 -maxcpucount:8 - - name: Build Sandboxie x64 + - name: Build Sandboxie x64 (all) run: msbuild /t:build Sandboxie\Sandbox.sln /p:Configuration="SbieRelease" /p:Platform=x64 -maxcpucount:8 # @@ -122,13 +122,13 @@ jobs: # Compile Sandboxie Core # - - name: Build Sandboxie x86 + - name: Build Sandboxie x86 (dll's & svc) run: msbuild /t:build Sandboxie\SandboxDll.sln /p:Configuration="SbieRelease" /p:Platform=Win32 -maxcpucount:8 - - name: Build Sandboxie ARM64 + - name: Build Sandboxie ARM64 (all) run: msbuild /t:build Sandboxie\Sandbox.sln /p:Configuration="SbieRelease" /p:Platform=ARM64 -maxcpucount:8 - - name: Build Sandboxie ARM64EC + - name: Build Sandboxie ARM64EC (dll) run: msbuild /t:build Sandboxie\SandboxDll.sln /p:Configuration="SbieRelease" /p:Platform=ARM64EC -maxcpucount:8 # @@ -212,7 +212,7 @@ jobs: # Compile Sandboxie Core # - - name: Build Sandboxie x86 + - name: Build Sandboxie x86 (all) run: msbuild /t:build Sandboxie\Sandbox.sln /p:Configuration="SbieRelease" /p:Platform=Win32 -maxcpucount:8 #