add OSX
Add OSX to the CI platforms
This commit is contained in:
5
.github/workflows/cmake.yml
vendored
5
.github/workflows/cmake.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest]
|
||||
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||
build_configuration: [Debug, Release]
|
||||
include:
|
||||
- os: 'windows-latest'
|
||||
@@ -28,6 +28,9 @@ jobs:
|
||||
- os: 'ubuntu-latest'
|
||||
triplet: x64-linux
|
||||
vcpkg_bootstrap: bootstrap-vcpkg.sh
|
||||
- os: 'macos-latest'
|
||||
triplet: x64-osx
|
||||
vcpkg_bootstrap: bootstrap-vcpkg.sh
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
|
||||
Reference in New Issue
Block a user