Skip to content

Commit

Permalink
Avoid using ruby for the build.
Browse files Browse the repository at this point in the history
It's another headache that we don't need.
  • Loading branch information
Blaž Hrastnik committed Jul 13, 2016
1 parent e764d22 commit ec2c173
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ cache:
- vendor/bundle

script:
- bundle exec rake --verbose build
- ./.travis/build.sh
- ruby travis/check_libs.rb
3 changes: 3 additions & 0 deletions .travis/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cd build
cmake .. -DRAKE_VERBOSE=ON
make

0 comments on commit ec2c173

Please sign in to comment.