10 lines
210 B
Bash
10 lines
210 B
Bash
export MY_RUBY_HOME="/usr/local/rvm/rubies/ruby-3.2.2"
|
|
|
|
if test "$CMAKE_CI_NIGHTLY" = "true"; then
|
|
source .gitlab/ci/iar-env.sh
|
|
fi
|
|
|
|
if test -z "$CI_MERGE_REQUEST_ID"; then
|
|
source .gitlab/ci/swift-env.sh
|
|
fi
|