Skip to content
Snippets Groups Projects
Commit a38426a7 authored by Thibaut ROMAIN's avatar Thibaut ROMAIN Committed by Thibaut ROMAIN
Browse files

CI: test clang build in ubuntu 22 and 24

parent 0a200964
No related branches found
No related tags found
1 merge request!1046Migrate CI build to Ubuntu 22/24
...@@ -20,8 +20,11 @@ ...@@ -20,8 +20,11 @@
# Configuration options for ubuntu-24.04-llvm-xdk # Configuration options for ubuntu-24.04-llvm-xdk
set(site_option set(site_option
"CMAKE_C_COMPILER:STRING=gcc "CMAKE_C_COMPILER:STRING=clang
CMAKE_CXX_COMPILER:STRING=g++ CMAKE_CXX_COMPILER:STRING=clang++
CMAKE_EXE_LINKER_FLAGS:STRING=-fuse-ld=lld
CMAKE_MODULE_LINKER_FLAGS:STRING=-fuse-ld=lld
CMAKE_SHARED_LINKER_FLAGS:STRING=-fuse-ld=lld
CMAKE_C_COMPILER_LAUNCHER:STRING=ccache CMAKE_C_COMPILER_LAUNCHER:STRING=ccache
CMAKE_CXX_COMPILER_LAUNCHER:STRING=ccache CMAKE_CXX_COMPILER_LAUNCHER:STRING=ccache
OTB_BUILD_FeaturesExtraction:BOOL=ON OTB_BUILD_FeaturesExtraction:BOOL=ON
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment