ci: Test CMake minimum
This commit is contained in:
parent
6ea9413be2
commit
bbed346ee4
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
|
run: cmake -S . -B build -D BUILD_TESTS=ON
|
||||||
- name: Build Vulkan-Headers Tests
|
- name: Build Vulkan-Headers Tests
|
||||||
run: cmake --build build
|
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…
x
Reference in New Issue
Block a user