From 2fe219ee3ac68f9a91b0028d92d60e1412c1f7c5 Mon Sep 17 00:00:00 2001 From: Fabian Sauter Date: Thu, 19 May 2022 15:43:42 +0200 Subject: [PATCH] Removed old CI logging option Signed-off-by: Fabian Sauter --- .github/workflows/cpp_tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cpp_tests.yml b/.github/workflows/cpp_tests.yml index fcc7f60d3..2d5069330 100644 --- a/.github/workflows/cpp_tests.yml +++ b/.github/workflows/cpp_tests.yml @@ -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 -DKOMPUTE_OPT_ENABLE_SPDLOG=1 + configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=OFF cpp-tests-release-with-debug-layers: runs-on: ubuntu-latest @@ -53,7 +53,7 @@ jobs: build-type: Release run-test: true ctest-options: -V - configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=OFF -DKOMPUTE_OPT_ENABLE_SPDLOG=1 + configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=OFF cpp-tests-debug-without-debug-layers: runs-on: ubuntu-latest @@ -77,7 +77,7 @@ jobs: build-type: Debug run-test: true ctest-options: -V - configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=ON -DKOMPUTE_OPT_ENABLE_SPDLOG=1 + configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=ON cpp-tests-release-without-debug-layers: runs-on: ubuntu-latest @@ -101,4 +101,4 @@ jobs: build-type: Release run-test: true ctest-options: -V - configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=ON -DKOMPUTE_OPT_ENABLE_SPDLOG=1 + configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=ON