ci: Test find_package support
This commit is contained in:
parent
bc6beaa960
commit
d0f8581c60
2 changed files with 26 additions and 1 deletions
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
|
@ -34,7 +34,9 @@ jobs:
|
|||
- name: Configure Vulkan-Headers
|
||||
run: cmake -S . -B build
|
||||
- name: Install Vulkan-Headers
|
||||
run: cmake --install build --prefix build/install
|
||||
run: cmake --install build --prefix ${GITHUB_WORKSPACE}/build/install
|
||||
- name: Test Vulkan-Headers find_package support
|
||||
run: cmake -S tests/find_package -B build/tests/find_package -D CMAKE_PREFIX_PATH=${GITHUB_WORKSPACE}/build/install
|
||||
|
||||
# Enable testing
|
||||
ubuntu-cmake-tests:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue