Switched back to a single executable for test

Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
This commit is contained in:
Fabian Sauter 2022-07-26 13:17:24 +02:00
parent f2457b32c7
commit 84bb62f397
3 changed files with 37 additions and 50 deletions

View file

@ -27,7 +27,7 @@ jobs:
cc: gcc
cxx: g++
build-type: Debug
run-test: true
run-test: false
ctest-options: -V
configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=OFF -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON
@ -51,7 +51,7 @@ jobs:
cc: gcc
cxx: g++
build-type: Release
run-test: true
run-test: false
ctest-options: -V
configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=OFF -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON
@ -75,7 +75,7 @@ jobs:
cc: gcc
cxx: g++
build-type: Debug
run-test: true
run-test: false
ctest-options: -V
configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=ON -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON
@ -99,6 +99,6 @@ jobs:
cc: gcc
cxx: g++
build-type: Release
run-test: true
run-test: false
ctest-options: -V
configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=ON -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON