mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Add explicit /m to msbuild.exe invocations
* Without this by default msbuild doesn't build in parallel.
This commit is contained in:
@@ -108,7 +108,7 @@ jobs:
|
||||
- name: Set up Visual Studio tools
|
||||
uses: microsoft/setup-msbuild@v1.0.2
|
||||
- name: Building solution
|
||||
run: msbuild.exe renderdoc.sln "/p:Configuration=${{ matrix.configuration }}" "/p:Platform=${{ matrix.platform }}" "/p:PlatformToolset=${{ matrix.toolset }}"
|
||||
run: msbuild.exe renderdoc.sln "/m" "/p:Configuration=${{ matrix.configuration }}" "/p:Platform=${{ matrix.platform }}" "/p:PlatformToolset=${{ matrix.toolset }}"
|
||||
shell: powershell
|
||||
- if: matrix.configuration == 'Development'
|
||||
name: Running core unit tests
|
||||
|
||||
Reference in New Issue
Block a user