mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
6 lines
132 B
Bash
6 lines
132 B
Bash
export MY_RUBY_HOME="/usr/local/rvm/rubies/ruby-3.2.2"
|
|
|
|
if test -z "$CI_MERGE_REQUEST_ID"; then
|
|
source .gitlab/ci/swift-env.sh
|
|
fi
|