Update ci.yml
This commit is contained in:
35
.github/workflows/ci.yml
vendored
35
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user