Skip to content
Snippets Groups Projects
Commit 7e14dd81 authored by murgatroid99's avatar murgatroid99
Browse files

Moved ruby version to environment varible

parent 640e93f1
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,10 @@ before_install:
- sudo add-apt-repository ppa:yjwong/gflags -y
- sudo apt-get update -qq
- sudo apt-get install -qq libgtest-dev libgflags-dev python-virtualenv
env:
- RUBY_VERSION=2.1
script:
- rvm use 2.1
- rvm use $RUBY_VERSION
- gem install bundler
- ./tools/run_tests/run_tests.py -l c -t -j 16 -c dbg -s 2.0
- ./tools/run_tests/run_tests.py -l c++ -t -j 16 -c dbg -s 2.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment