mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-10 22:56:14 +01:00
Clean up GPU-based validation warnings (#309)
This commit is contained in:
@@ -101,14 +101,13 @@ jobs:
|
||||
inputs:
|
||||
script: g++ --version
|
||||
- task: CmdLine@2
|
||||
# The error checks are commented out due to a bug with vcpkg not returning 0 on success.
|
||||
displayName: VCPKG install headers
|
||||
inputs:
|
||||
script: |
|
||||
call vcpkg install directxmath
|
||||
REM @if ERRORLEVEL 1 goto error
|
||||
@if ERRORLEVEL 1 goto error
|
||||
call vcpkg install directx-headers
|
||||
REM @if ERRORLEVEL 1 goto error
|
||||
@if ERRORLEVEL 1 goto error
|
||||
:finish
|
||||
@echo --- VCPKG COMPLETE ---
|
||||
exit /b 0
|
||||
@@ -203,9 +202,9 @@ jobs:
|
||||
inputs:
|
||||
script: |
|
||||
call vcpkg install directxmath
|
||||
REM @if ERRORLEVEL 1 goto error
|
||||
@if ERRORLEVEL 1 goto error
|
||||
call vcpkg install directx-headers
|
||||
REM @if ERRORLEVEL 1 goto error
|
||||
@if ERRORLEVEL 1 goto error
|
||||
:finish
|
||||
@echo --- VCPKG COMPLETE ---
|
||||
exit /b 0
|
||||
|
||||
Reference in New Issue
Block a user