seed-solutions / aero-ros-pkg

AERO (SEEDNOID) ROS Package
15 stars 18 forks source link

fix Dockerfile for travis #365

Closed YoheiKakiuchi closed 6 years ago

YoheiKakiuchi commented 6 years ago

apt-get dist-upgrade is required

YoheiKakiuchi commented 6 years ago

https://github.com/seed-solutions/aero-ros-pkg/issues/363 @hi-kondo you can run the same test as in travis in your environment

roscd aero_ros_controller
rostest -t test/test_robot_interface.test

Another way for checking test in travis is using docker.

docker build -f Dockerfile.kinetic --tag ros:aero_kinetic --build-arg RUN_TESTS=true .