mirror of
https://github.com/KhronosGroup/Vulkan-Headers
synced 2024-11-21 14:29:07 -07:00
ci: Test CMake minimum
This commit is contained in:
parent
6ea9413be2
commit
bbed346ee4
1 changed files with 12 additions and 0 deletions
12
.github/workflows/linux.yml
vendored
12
.github/workflows/linux.yml
vendored
|
@ -51,3 +51,15 @@ jobs:
|
|||
run: cmake -S . -B build -D BUILD_TESTS=ON
|
||||
- name: Build Vulkan-Headers Tests
|
||||
run: cmake --build build
|
||||
|
||||
test-cmake-minimum:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: lukka/get-cmake@latest
|
||||
with:
|
||||
cmakeVersion: 3.10.2
|
||||
- name: CMake Version
|
||||
run: cmake --version
|
||||
- name: Configure Vulkan-Headers
|
||||
run: mkdir build/ && cd build/ && cmake ${GITHUB_WORKSPACE}
|
||||
|
|
Loading…
Reference in a new issue