diff --git a/build/DirectXTex-GitHub-CMake-Dev17.yml b/build/DirectXTex-GitHub-CMake-Dev17.yml index a88681f..1b12dfd 100644 --- a/build/DirectXTex-GitHub-CMake-Dev17.yml +++ b/build/DirectXTex-GitHub-CMake-Dev17.yml @@ -45,140 +45,140 @@ jobs: - task: CMake@1 displayName: 'CMake (MSVC): Config x64' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A x64 -B out -DCMAKE_SYSTEM_VERSION=$(WIN10_SDK) -DBUILD_DX12=OFF' - task: CMake@1 displayName: 'CMake (MSVC): Build x64 Debug' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out -v --config Debug - task: CMake@1 displayName: 'CMake (MSVC): Build x64 Release' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out -v --config RelWithDebInfo - task: CMake@1 displayName: 'CMake (MSVC): Config x86' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A Win32 -B out2 -DCMAKE_SYSTEM_VERSION=$(WIN10_SDK) -DBUILD_DX12=OFF' - task: CMake@1 displayName: 'CMake (MSVC): Build x86 Debug' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out2 -v --config Debug - task: CMake@1 displayName: 'CMake (MSVC): Build x86 Release' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out2 -v --config RelWithDebInfo - task: CMake@1 displayName: 'CMake (MSVC): Config ARM64' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A ARM64 -B out3 -DCMAKE_SYSTEM_VERSION=$(WIN10_SDK) -DBUILD_DX12=OFF' - task: CMake@1 displayName: 'CMake (MSVC): Build ARM64 Debug' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out3 -v --config Debug - task: CMake@1 displayName: 'CMake (MSVC): Build ARM64 Release' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out3 -v --config RelWithDebInfo - task: CMake@1 displayName: 'CMake (UWP): Config x64' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A x64 -B out4 -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0' - task: CMake@1 displayName: 'CMake (UWP): Build x64' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out4 -v - task: CMake@1 displayName: 'CMake (UWP): Config ARM' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A ARM -B out5 -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0' - task: CMake@1 displayName: 'CMake (UWP): Build ARM' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out5 -v - task: CMake@1 displayName: 'CMake (ClangCl): Config x64' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A x64 -T clangcl -B out6 -DCMAKE_SYSTEM_VERSION=$(WIN10_SDK)' - task: CMake@1 displayName: 'CMake (ClangCl): Build x64 Debug' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out6 -v --config Debug - task: CMake@1 displayName: 'CMake (ClangCl): Build x64 Release' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out6 -v --config RelWithDebInfo - task: CMake@1 displayName: 'CMake (ClangCl): Config ARM64' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A ARM64 -T clangcl -B out7 -DCMAKE_SYSTEM_VERSION=$(WIN11_SDK)' - task: CMake@1 displayName: 'CMake (ClangCl): Build ARM64' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out7 -v --config Debug - task: CMake@1 displayName: 'CMake (Win10): Config' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A x64 -B out8 -DCMAKE_SYSTEM_VERSION=$(WIN10_SDK) -DBUILD_DX12=ON' - task: CMake@1 displayName: 'CMake (Win10): Build' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out8 -v --config Debug - task: CMake@1 displayName: 'CMake (MSVC Spectre): Config x64' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A x64 -B out9 -DENABLE_SPECTRE_MITIGATION=ON -DCMAKE_SYSTEM_VERSION=$(WIN10_SDK) -DBUILD_DX12=OFF' - task: CMake@1 displayName: 'CMake (MSVC Spectre): Build x64 Debug' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out9 -v --config Debug - task: CMake@1 displayName: 'CMake (MSVC Spectre): Build x64 Release' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out9 -v --config RelWithDebInfo - task: CMake@1 displayName: 'CMake (MSVC Spectre): Config ARM64' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A ARM64 -B out10 -DENABLE_SPECTRE_MITIGATION=ON -DCMAKE_SYSTEM_VERSION=$(WIN10_SDK) -DBUILD_DX12=OFF' - task: CMake@1 displayName: 'CMake (MSVC Spectre): Build ARM64 Debug' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out10 -v --config Debug - task: CMake@1 displayName: 'CMake (MSVC Spectre): Build ARM64 Release' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out10 -v --config RelWithDebInfo - task: CMake@1 displayName: 'CMake (Win10 Spectre): Config' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A x64 -B out11 -DENABLE_SPECTRE_MITIGATION=ON -DCMAKE_SYSTEM_VERSION=$(WIN10_SDK) -DBUILD_DX12=ON' - task: CMake@1 displayName: 'CMake (Win10 Spectre): Build' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out11 -v --config Debug diff --git a/build/DirectXTex-GitHub-CMake.yml b/build/DirectXTex-GitHub-CMake.yml index 4d2af4c..0c2b8b4 100644 --- a/build/DirectXTex-GitHub-CMake.yml +++ b/build/DirectXTex-GitHub-CMake.yml @@ -45,140 +45,140 @@ jobs: - task: CMake@1 displayName: 'CMake (MSVC): Config x64' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A x64 -B out -DCMAKE_SYSTEM_VERSION=$(WIN10_SDK) -DBUILD_DX12=OFF' - task: CMake@1 displayName: 'CMake (MSVC): Build x64 Debug' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out -v --config Debug - task: CMake@1 displayName: 'CMake (MSVC): Build x64 Release' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out -v --config RelWithDebInfo - task: CMake@1 displayName: 'CMake (MSVC): Config x86' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A Win32 -B out2 -DCMAKE_SYSTEM_VERSION=$(WIN10_SDK) -DBUILD_DX12=OFF' - task: CMake@1 displayName: 'CMake (MSVC): Build x86 Debug' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out2 -v --config Debug - task: CMake@1 displayName: 'CMake (MSVC): Build x86 Release' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out2 -v --config RelWithDebInfo - task: CMake@1 displayName: 'CMake (MSVC): Config ARM64' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A ARM64 -B out3 -DCMAKE_SYSTEM_VERSION=$(WIN10_SDK) -DBUILD_DX12=OFF' - task: CMake@1 displayName: 'CMake (MSVC): Build ARM64 Debug' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out3 -v --config Debug - task: CMake@1 displayName: 'CMake (MSVC): Build ARM64 Release' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out3 -v --config RelWithDebInfo - task: CMake@1 displayName: 'CMake (UWP): Config x64' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A x64 -B out4 -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0' - task: CMake@1 displayName: 'CMake (UWP): Build x64' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out4 -v - task: CMake@1 displayName: 'CMake (UWP): Config ARM' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A ARM -B out5 -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION=10.0' - task: CMake@1 displayName: 'CMake (UWP): Build ARM' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out5 -v - task: CMake@1 displayName: 'CMake (ClangCl): Config x64' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A x64 -T clangcl -B out6 -DCMAKE_SYSTEM_VERSION=$(WIN10_SDK)' - task: CMake@1 displayName: 'CMake (ClangCl): Build x64 Debug' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out6 -v --config Debug - task: CMake@1 displayName: 'CMake (ClangCl): Build x64 Release' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out6 -v --config RelWithDebInfo - task: CMake@1 displayName: 'CMake (ClangCl): Config ARM64' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A ARM64 -T clangcl -B out7 -DCMAKE_SYSTEM_VERSION=$(WIN11_SDK)' - task: CMake@1 displayName: 'CMake (ClangCl): Build ARM64' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out7 -v --config Debug - task: CMake@1 displayName: 'CMake (Win10): Config' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A x64 -B out8 -DCMAKE_SYSTEM_VERSION=$(WIN10_SDK) -DBUILD_DX12=ON' - task: CMake@1 displayName: 'CMake (Win10): Build' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out8 -v --config Debug - task: CMake@1 displayName: 'CMake (MSVC Spectre): Config x64' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A x64 -B out9 -DENABLE_SPECTRE_MITIGATION=ON -DCMAKE_SYSTEM_VERSION=$(WIN10_SDK) -DBUILD_DX12=OFF' - task: CMake@1 displayName: 'CMake (MSVC Spectre): Build x64 Debug' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out9 -v --config Debug - task: CMake@1 displayName: 'CMake (MSVC Spectre): Build x64 Release' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out9 -v --config RelWithDebInfo - task: CMake@1 displayName: 'CMake (MSVC Spectre): Config ARM64' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A ARM64 -B out10 -DENABLE_SPECTRE_MITIGATION=ON -DCMAKE_SYSTEM_VERSION=$(WIN10_SDK) -DBUILD_DX12=OFF' - task: CMake@1 displayName: 'CMake (MSVC Spectre): Build ARM64 Debug' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out10 -v --config Debug - task: CMake@1 displayName: 'CMake (MSVC Spectre): Build ARM64 Release' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out10 -v --config RelWithDebInfo - task: CMake@1 displayName: 'CMake (Win10 Spectre): Config' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: '-G "$(VS_GENERATOR)" -A x64 -B out11 -DENABLE_SPECTRE_MITIGATION=ON -DCMAKE_SYSTEM_VERSION=$(WIN10_SDK) -DBUILD_DX12=ON' - task: CMake@1 displayName: 'CMake (Win10 Spectre): Build' inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out11 -v --config Debug diff --git a/build/DirectXTex-GitHub-MinGW.yml b/build/DirectXTex-GitHub-MinGW.yml index 7bba828..cd8ba80 100644 --- a/build/DirectXTex-GitHub-MinGW.yml +++ b/build/DirectXTex-GitHub-MinGW.yml @@ -120,12 +120,12 @@ jobs: - task: CMake@1 displayName: CMake (MinGW32) inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: -B out -DCMAKE_BUILD_TYPE="Debug" -DDIRECTX_ARCH=x86 -DCMAKE_TOOLCHAIN_FILE="$(VCPKG_CMAKE_DIR)" -DCMAKE_CXX_COMPILER="g++.exe" -G "MinGW Makefiles" -DVCPKG_TARGET_TRIPLET=x86-mingw-static -DUSE_PREBUILT_SHADERS=ON -DCOMPILED_SHADERS=$(Build.SourcesDirectory)\DirectXTex\Shaders\Compiled -DCOMPILED_DDSVIEW_SHADERS=$(Build.SourcesDirectory)\DDSView\Shaders - task: CMake@1 displayName: CMake (MinGW32) Build inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out - job: MINGW64_BUILD @@ -217,10 +217,10 @@ jobs: - task: CMake@1 displayName: CMake (MinGW-W64) inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: -B out -DCMAKE_BUILD_TYPE="Debug" -DDIRECTX_ARCH=x64 -DCMAKE_TOOLCHAIN_FILE="$(VCPKG_CMAKE_DIR)" -DCMAKE_CXX_COMPILER="g++.exe" -G "MinGW Makefiles" -DVCPKG_TARGET_TRIPLET=x64-mingw-static -DUSE_PREBUILT_SHADERS=ON -DCOMPILED_SHADERS=$(Build.SourcesDirectory)\DirectXTex\Shaders\Compiled -DCOMPILED_DDSVIEW_SHADERS=$(Build.SourcesDirectory)\DDSView\Shaders - task: CMake@1 displayName: CMake (MinGW-W64) Build inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out diff --git a/build/DirectXTex-GitHub-Test-Dev17.yml b/build/DirectXTex-GitHub-Test-Dev17.yml index 3924e1d..5061fc9 100644 --- a/build/DirectXTex-GitHub-Test-Dev17.yml +++ b/build/DirectXTex-GitHub-Test-Dev17.yml @@ -180,42 +180,42 @@ jobs: - task: CMake@1 displayName: CMake (MSVC; x64-Debug) Config inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --preset=x64-Debug - task: CMake@1 displayName: CMake (MSVC; x64-Debug) Build inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out/build/x64-Debug -v - task: CMake@1 displayName: CMake (MSVC; x64-Release) Config inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --preset=x64-Release - task: CMake@1 displayName: CMake (MSVC; x64-Release) Build inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out/build/x64-Release -v - task: CMake@1 displayName: CMake (clang/LLVM; x64-Debug) Config inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --preset=x64-Debug-Clang - task: CMake@1 displayName: CMake (clang/LLVM; x64-Debug) Build inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out/build/x64-Debug-Clang -v - task: CMake@1 displayName: CMake (clang/LLVM; x64-Release) Config inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --preset=x64-Release-Clang - task: CMake@1 displayName: CMake (clang/LLVM; x64-Release) Build inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out/build/x64-Release-Clang -v - task: CmdLine@2 displayName: Set LIB for ARM64 @@ -231,20 +231,20 @@ jobs: - task: CMake@1 displayName: CMake (clang/LLVM; arm64-Debug) Config inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --preset=arm64-Debug-Clang - task: CMake@1 displayName: CMake (clang/LLVM; arm64-Debug) Build inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out/build/arm64-Debug-Clang -v - task: CMake@1 displayName: CMake (clang/LLVM; arm64-Release) Config inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --preset=arm64-Release-Clang - task: CMake@1 displayName: CMake (clang/LLVM; arm64-Release) Build inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out/build/arm64-Release-Clang -v diff --git a/build/DirectXTex-GitHub-WSL-11.yml b/build/DirectXTex-GitHub-WSL-11.yml index efdb08c..038450c 100644 --- a/build/DirectXTex-GitHub-WSL-11.yml +++ b/build/DirectXTex-GitHub-WSL-11.yml @@ -92,10 +92,10 @@ jobs: - task: CMake@1 displayName: CMake DirectXTex inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: -B out -DCMAKE_PREFIX_PATH=$(DEST_DIR)usr/local/share;$(DEST_DIR)usr/local/cmake - task: CMake@1 displayName: CMake DirectXTex (Build) inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out -v diff --git a/build/DirectXTex-GitHub-WSL.yml b/build/DirectXTex-GitHub-WSL.yml index a09c314..e7bb558 100644 --- a/build/DirectXTex-GitHub-WSL.yml +++ b/build/DirectXTex-GitHub-WSL.yml @@ -92,10 +92,10 @@ jobs: - task: CMake@1 displayName: CMake DirectXTex inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: -B out -DCMAKE_PREFIX_PATH=$(DEST_DIR)usr/local/share;$(DEST_DIR)usr/local/cmake - task: CMake@1 displayName: CMake DirectXTex (Build) inputs: - cwd: '' + cwd: '$(Build.SourcesDirectory)' cmakeArgs: --build out -v