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:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, ubuntu-latest]
|
os: [windows-latest, ubuntu-latest, macos-latest]
|
||||||
build_configuration: [Debug, Release]
|
build_configuration: [Debug, Release]
|
||||||
include:
|
include:
|
||||||
- os: 'windows-latest'
|
- os: 'windows-latest'
|
||||||
@@ -28,6 +28,9 @@ jobs:
|
|||||||
- os: 'ubuntu-latest'
|
- os: 'ubuntu-latest'
|
||||||
triplet: x64-linux
|
triplet: x64-linux
|
||||||
vcpkg_bootstrap: bootstrap-vcpkg.sh
|
vcpkg_bootstrap: bootstrap-vcpkg.sh
|
||||||
|
- os: 'macos-latest'
|
||||||
|
triplet: x64-osx
|
||||||
|
vcpkg_bootstrap: bootstrap-vcpkg.sh
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user