ci: Test find_package support
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user