We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a7712 commit 97c0b2cCopy full SHA for 97c0b2c
.azuredevops/pipelines/DirectXMath-GitHub-MinGW.yml
@@ -166,6 +166,10 @@ jobs:
166
-B out4 -DCMAKE_BUILD_TYPE="Debug" -DDXMATH_ARCHITECTURE=x86
167
-DCMAKE_CXX_COMPILER="g++.exe" -G "MinGW Makefiles"
168
-DBUILD_XDSP=ON
169
+ - task: PowerShell@2
170
+ inputs:
171
+ targetType: inline
172
+ script: Write-Host "##vso[build.uploadlog]$env:BUILD_SOURCESDIRECTORY/Tests/out4/CMakeFiles/xdsptest.dir/includes_CXX.rsp"
173
- task: CMake@1
174
displayName: CMake (MinGW32; XDSP) Build Dbg
175
inputs:
0 commit comments