-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
travis.sh: install libbullet-dev for jskeus tests #400
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry and thank you very much.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pkg-config is also necessary like https://github.com/euslisp/jskeus/pull/555/files#diff-b4553af39acae935d505c76e139d4aa3R28 .
cd irteus; make
make[1]: Entering directory '/home/travis/jskeus/irteus'
/bin/sh: 1: pkg-config: not found
/bin/sh: 1: pkg-config: not found
"-- HAVE_BULLET = 0"
I think k-okada#3 solves the travis failures. |
install pkg-config. skip collision test for old bullet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I forgot to make approve. Test passed, so could you merge please.
closes euslisp/jskeus#555