Disabled Vulkan version check in CI for now

Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
This commit is contained in:
Fabian Sauter 2022-06-09 10:56:58 +02:00
parent a58065bfee
commit b0acaef226

View file

@ -29,7 +29,7 @@ jobs:
build-type: Debug
run-test: true
ctest-options: -V
configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=OFF
configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=OFF -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON
cpp-tests-release-with-debug-layers:
runs-on: ubuntu-latest