Update ci.yml
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -19,9 +19,10 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
build_configuration: [Debug, Release]
|
build_configuration: [Debug, Release]
|
||||||
compiler: [llvm, gcc]
|
compiler: [llvm, gcc]
|
||||||
|
vcpkg_bootstrap: bootstrap-vcpkg.sh
|
||||||
include:
|
include:
|
||||||
- os: 'windows-latest'
|
- os: 'windows-latest'
|
||||||
triplet: x64-windows
|
triplet: x64-windows
|
||||||
@@ -29,10 +30,8 @@ jobs:
|
|||||||
compiler: "msvc"
|
compiler: "msvc"
|
||||||
- os: 'ubuntu-latest'
|
- os: 'ubuntu-latest'
|
||||||
triplet: x64-linux
|
triplet: x64-linux
|
||||||
vcpkg_bootstrap: bootstrap-vcpkg.sh
|
|
||||||
- os: 'macos-latest'
|
- os: 'macos-latest'
|
||||||
triplet: x64-osx
|
triplet: x64-osx
|
||||||
vcpkg_bootstrap: bootstrap-vcpkg.sh
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user