Skip to content
Snippets Groups Projects
Commit 7df72087 authored by Nicolas "Pixel" Noble's avatar Nicolas "Pixel" Noble
Browse files

Setting up ruby environment for macos.

parent 4547d503
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
# This script is invoked by Jenkins and triggers a test run based on # This script is invoked by Jenkins and triggers a test run based on
# env variable settings. # env variable settings.
# #
# Setting up rvm environment BEFORE we set -ex.
[[ -s /etc/profile.d/rvm.sh ]] && . /etc/profile.d/rvm.sh
# To prevent cygwin bash complaining about empty lines ending with \r # To prevent cygwin bash complaining about empty lines ending with \r
# we set the igncr option. The option doesn't exist on Linux, so we fallback # we set the igncr option. The option doesn't exist on Linux, so we fallback
# to just 'set -ex' there. # to just 'set -ex' there.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment