From 2669371b8c2df5e041ec68ddcc5efd137d6f697d Mon Sep 17 00:00:00 2001 From: William McVicar <12842622+McMassiveNZ@users.noreply.github.com> Date: Tue, 24 Jan 2023 21:57:06 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e60fb2..26906c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,17 @@ jobs: triplet: x64-windows vcpkg_bootstrap: bootstrap-vcpkg.bat compiler: "msvc" + build_configuration: Debug + + - os: 'windows-latest' + triplet: x64-windows + vcpkg_bootstrap: bootstrap-vcpkg.bat + compiler: "msvc" + build_configuration: Release + - os: 'ubuntu-latest' triplet: x64-linux + - os: 'macos-latest' triplet: x64-osx @@ -49,7 +58,7 @@ jobs: ${{ env.XDG_CACHE_HOME }}/vcpkg/archives ${{ env.LOCALAPPDATA }}\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: | ${{ runner.os }}-${{ env.BUILD_TYPE }}-