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