From 369da3089b58f73523ca567bb8fc9017f5884e8f Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Tue, 23 Jan 2024 14:02:39 +0100 Subject: [PATCH] CI: build the vendore testings by default --- cmake_modules/gitlab-ci-initial-cache.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake_modules/gitlab-ci-initial-cache.cmake b/cmake_modules/gitlab-ci-initial-cache.cmake index 47dd8110e..4bc29ea3b 100644 --- a/cmake_modules/gitlab-ci-initial-cache.cmake +++ b/cmake_modules/gitlab-ci-initial-cache.cmake @@ -7,6 +7,7 @@ set(CMAKE_C_FLAGS "-Werror") option(MORSE_ENABLE_WARNING "Enable warning messages" ON) option(MORSE_ENABLE_COVERAGE "Enable flags for coverage test" ON) +set(CHAMELEON_TESTINGS_VENDOR ON CACHE BOOL "") set(CMAKE_EXPORT_COMPILE_COMMANDS ON CACHE BOOL "") set(BLA_VENDOR "Generic" CACHE STRING "Set to one of the BLAS/LAPACK Vendors to search for BLAS only from the specified vendor.") -- GitLab