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.
2 parents 65ee8af + 1eeacc8 commit ea10f5cCopy full SHA for ea10f5c
.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