Update ci.yml

This commit is contained in:
William McVicar
2023-01-24 21:57:06 +01:00
committed by GitHub
parent ef0d571287
commit 2669371b8c

View File

@@ -28,8 +28,17 @@ jobs:
triplet: x64-windows triplet: x64-windows
vcpkg_bootstrap: bootstrap-vcpkg.bat vcpkg_bootstrap: bootstrap-vcpkg.bat
compiler: "msvc" compiler: "msvc"
build_configuration: Debug
- os: 'windows-latest'
triplet: x64-windows
vcpkg_bootstrap: bootstrap-vcpkg.bat
compiler: "msvc"
build_configuration: Release
- os: 'ubuntu-latest' - os: 'ubuntu-latest'
triplet: x64-linux triplet: x64-linux
- os: 'macos-latest' - os: 'macos-latest'
triplet: x64-osx triplet: x64-osx
@@ -49,7 +58,7 @@ jobs:
${{ env.XDG_CACHE_HOME }}/vcpkg/archives ${{ env.XDG_CACHE_HOME }}/vcpkg/archives
${{ env.LOCALAPPDATA }}\vcpkg\archives ${{ env.LOCALAPPDATA }}\vcpkg\archives
${{ env.APPDATA }}\vcpkg\archives ${{ env.APPDATA }}\vcpkg\archives
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ env.BUILD_TYPE }}-${{ hashFiles('**/CMakeLists.txt') }}-${{ hashFiles('./vcpkg.json')}} key: ${{ runner.os }}-${{ matrix.compiler }}-${{ matrix.build_configuration }}-${{ hashFiles('**/CMakeLists.txt') }}-${{ hashFiles('./vcpkg.json')}}
restore-keys: | restore-keys: |
${{ runner.os }}-${{ env.BUILD_TYPE }}- ${{ runner.os }}-${{ env.BUILD_TYPE }}-