summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/env_debian12_makefiles_clang.sh
blob: e46aa29a2a3e698c85d8c8a2ebfb7678fc8ec7be (plain)
1
2
3
4
5
6
if test "$CMAKE_CI_NIGHTLY" = "true"; then
  source .gitlab/ci/ticlang-env.sh
fi

export CC=/usr/bin/clang-15
export CXX=/usr/bin/clang++-15