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:
|
include:
|
||||||
- os: 'windows-latest'
|
- os: 'windows-latest'
|
||||||
triplet: x64-windows
|
triplet: x64-windows
|
||||||
- os: 'windows-latest'
|
|
||||||
vcpkg_bootstrap: bootstrap-vcpkg.bat
|
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'
|
- os: 'ubuntu-latest'
|
||||||
triplet: x64-linux
|
triplet: x64-linux
|
||||||
|
|
||||||
- os: 'macos-latest'
|
- os: 'macos-latest'
|
||||||
triplet: x64-osx
|
triplet: x64-osx
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user