Enable testing
This commit is contained in:
parent
76f48f8b33
commit
fd75f3a02c
@ -17,6 +17,6 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- source /opt/ros/hydro/setup.bash
|
- source /opt/ros/hydro/setup.bash
|
||||||
- catkin_make tests --source . -j1
|
- catkin_make tests --source . -j1 -DCATKIN_ENABLE_TESTING=ON
|
||||||
- catkin_make run_tests --source . -j1
|
- catkin_make run_tests --source . -j1 -DCATKIN_ENABLE_TESTING=ON
|
||||||
- catkin_make install --source . -j1
|
- catkin_make install --source . -j1 -DCATKIN_ENABLE_TESTING=ON
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user