More compilers on windows
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -19,10 +19,15 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
build_configuration: [Debug, Release]
|
||||
compiler: [llvm, gcc]
|
||||
vcpkg_bootstrap: [bootstrap-vcpkg.sh]
|
||||
|
||||
exclude:
|
||||
- os: windows-latest
|
||||
vcpkg_bootstrap: bootstrap-vcpkg.sh
|
||||
|
||||
include:
|
||||
- os: 'windows-latest'
|
||||
triplet: x64-windows
|
||||
|
||||
Reference in New Issue
Block a user