From 5b87efc8c2a5a059e9662d5f9c4e0906d8d3fe40 Mon Sep 17 00:00:00 2001 From: McMassiveNZ <12842622+McMassiveNZ@users.noreply.github.com> Date: Sun, 29 Jan 2023 21:44:23 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e9c187..b716865 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,10 +27,43 @@ jobs: include: - os: 'windows-latest' triplet: x64-windows - - os: 'windows-latest' vcpkg_bootstrap: bootstrap-vcpkg.bat + compiler: llvm + build_configuration: Debug + + - os: 'windows-latest' + triplet: x64-windows + vcpkg_bootstrap: bootstrap-vcpkg.bat + compiler: llvm + build_configuration: Release + + - os: 'windows-latest' + triplet: x64-windows + vcpkg_bootstrap: bootstrap-vcpkg.bat + compiler: gcc + build_configuration: Debug + + - os: 'windows-latest' + triplet: x64-windows + vcpkg_bootstrap: bootstrap-vcpkg.bat + compiler: gcc + build_configuration: Release + + - os: 'windows-latest' + 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