Skip to content
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

Cannot test ODM with Travis-CI Trusty env #273

Closed
dakotabenjamin opened this issue Mar 15, 2016 · 1 comment
Closed

Cannot test ODM with Travis-CI Trusty env #273

dakotabenjamin opened this issue Mar 15, 2016 · 1 comment

Comments

@dakotabenjamin
Copy link
Member

There appear to be numerous issues with the Trusty environment regarding shared libraries and python (here, here, here)

The proposed solution to these problems is here but this solution does not seem to work for Trusty.

I think I'm gonna put this on hold for now.

@dakotabenjamin
Copy link
Member Author

sudo: required
dist: trusty
language: python
python:
  # - 2.7
  - "2.7_with_system_site_packages"
branches:
  only:
    - edgarriba-cmake
install:
  - pip install --upgrade numpy
  - pip install catkin-pkg 
  - sudo apt-get install python-opencv -y
  - "bash configure.sh"
  - "mkdir build && cd build && cmake .. && make && cd .."
script: nosetests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants