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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
build_configuration: [Debug, Release]
|
build_configuration: [Debug, Release]
|
||||||
compiler: [llvm, gcc]
|
compiler: [llvm, gcc]
|
||||||
vcpkg_bootstrap: [bootstrap-vcpkg.sh]
|
vcpkg_bootstrap: [bootstrap-vcpkg.sh]
|
||||||
|
|
||||||
|
exclude:
|
||||||
|
- os: windows-latest
|
||||||
|
vcpkg_bootstrap: bootstrap-vcpkg.sh
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- os: 'windows-latest'
|
- os: 'windows-latest'
|
||||||
triplet: x64-windows
|
triplet: x64-windows
|
||||||
|
|||||||
Reference in New Issue
Block a user