Lines Matching +full:make +full:- +full:test +full:- +full:osx
4 set -e
10 if [[ $(uname -s) == Linux ]]
13 elif [[ $(uname -s) == Darwin ]]
19 if [ "$version" == "jruby-1.7" ] ; then
20 # No conformance tests yet -- JRuby is too broken to run them.
21 bash --login -c \
24 git clean -f && \
26 rake test"
27 elif [ "$version" == "ruby-2.6.0" ] ; then
28 bash --login -c \
31 git clean -f && \
32 gem install bundler -v 1.17.3 && bundle && \
33 rake test &&
35 cd ../conformance && make ${RUBY_CONFORMANCE} &&
37 cp -R ../../lib lib && ./test.sh"
39 # Recent versions of OSX have deprecated OpenSSL, so we have to explicitly
41 bash --login -c \
42 "rvm install $version --with-openssl-dir=`brew --prefix openssl` && \
45 git clean -f && \
46 gem install bundler -v 1.17.3 && bundle && \
47 rake test &&
49 cd ../conformance && make ${RUBY_CONFORMANCE} &&
50 cd ../ruby/compatibility_tests/v3.0.0 && ./test.sh"