mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
9 lines
205 B
Bash
9 lines
205 B
Bash
if test "$CMAKE_CI_NIGHTLY" = "true"; then
|
|
source .gitlab/ci/iar-env.sh
|
|
source .gitlab/ci/ticlang-env.sh
|
|
source .gitlab/ci/emsdk-env.sh
|
|
fi
|
|
|
|
export CC=/usr/bin/clang-19
|
|
export CXX=/usr/bin/clang++-19
|