Skip to content

Commit

Permalink
move rvm use to 'test' section
Browse files Browse the repository at this point in the history
  • Loading branch information
vixentael committed Oct 31, 2017
1 parent 37db474 commit 958a8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencies:
- sudo make install
- sudo make themispp_install
- sudo make pythemis_install
- rvm use system #switch to system ruby
- sudo GEM_INSTALL_OPTIONS=--user-install make rubythemis_install
- sudo make phpthemis_install
- cd $HOME && git clone https://boringssl.googlesource.com/boringssl && cd boringssl && git checkout chromium-stable && mkdir build && cd build && cmake .. && make && cp decrepit/libdecrepit.a crypto/
Expand All @@ -42,6 +41,7 @@ test:
# we should calculate coverage for gothemis and send report before sending coverage of main C part
- '[ -z "$CIRCLE_PR_NUMBER" ] && ! [ -z "$COVERALLS_TOKEN" ] && cd $HOME/gopath/src/$GOTHEMIS_IMPORT && $HOME/gopath/bin/goveralls -v -service=circle-ci -repotoken=$COVERALLS_TOKEN || true'
- sudo /sbin/ldconfig
- rvm use system #switch to system ruby
- make test
- valgrind build/tests/soter_test 2>&1 | grep "ERROR SUMMARY\|definitely lost\|indirectly lost\|possibly lost" | awk '{sum += $4} END {exit sum}'
- valgrind build/tests/themis_test 2>&1 | grep "ERROR SUMMARY\|definitely lost\|indirectly lost\|possibly lost" | awk '{sum += $4} END {exit sum}'
Expand Down

0 comments on commit 958a8e9

Please sign in to comment.