We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ee8af commit 1eeacc8Copy full SHA for 1eeacc8
.travis.yml
@@ -30,8 +30,8 @@ script:
30
# Enable install space
31
- catkin config --install
32
# Build [and Install] packages
33
- - catkin build --no-status -i --no-notify -DCMAKE_BUILD_TYPE=Release
+ - catkin build --no-status -vi --no-notify -DCMAKE_BUILD_TYPE=Release
34
# Build tests
35
- - catkin build --no-status -i --no-notify --make-args tests
+ - catkin build --no-status -vi --no-notify --make-args tests
36
# Run tests
37
- catkin run_tests
0 commit comments