Update cmake.yml
remove github action and try to roll our own for vpkg bootstrapping
This commit is contained in:
10
.github/workflows/cmake.yml
vendored
10
.github/workflows/cmake.yml
vendored
@@ -21,6 +21,12 @@ jobs:
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest]
|
||||
BUILD_TYPE: [Debug, Release]
|
||||
BOOTSTRAP_EXT: [bat, sh]
|
||||
exclude:
|
||||
- os: windows-latest
|
||||
- BOOTSTRAP_EXT: sh
|
||||
- os: ubuntu-latest
|
||||
- BOOTSTRAP_EXT: bat
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
@@ -28,8 +34,8 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: run-vcpkg
|
||||
uses: lukka/run-vcpkg@v10.7
|
||||
- name: bootstrap-vcpkg
|
||||
run: ${{github.workspace}}/external/vcpkg/bootstrap-vcpkg.${{BOOTSTRAP_EXT}}
|
||||
|
||||
- name: Configure CMake
|
||||
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
||||
|
||||
Reference in New Issue
Block a user