Skip to content

Commit 2f1286f

Browse files
committed
Add DLL test
1 parent a332fe3 commit 2f1286f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

build/DirectXTK-GitHub-GDK-Dev17.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,16 @@ jobs:
219219
inputs:
220220
cwd: '$(Build.SourcesDirectory)'
221221
cmakeArgs: --build out\build\x64-Release-GDK-Clang
222+
- task: DeleteFiles@1
223+
inputs:
224+
Contents: 'out/build'
225+
- task: CMake@1
226+
displayName: 'CMake (MSVC, DLL): Config Debug'
227+
inputs:
228+
cwd: '$(Build.SourcesDirectory)'
229+
cmakeArgs: --preset=x64-Debug-GDK -DBUILD_SHARED_LIBS=ON
230+
- task: CMake@1
231+
displayName: 'CMake (MSVC, DLL): Build Debug'
232+
inputs:
233+
cwd: '$(Build.SourcesDirectory)'
234+
cmakeArgs: --build out\build\x64-Debug-GDK

0 commit comments

Comments
 (0)