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 4e62791 commit 1c79da3Copy full SHA for 1c79da3
.travis.yml
@@ -44,7 +44,6 @@ script:
44
- cmake ..
45
- if [[ $TOOL != "doxygen" ]]; then make -j; fi
46
- if [[ $TOOL != "doxygen" ]]; then make test; fi
47
-after_script:
48
- - if [[ $TOOL == "doxygen" ]]; then cd build; make doc; fi
+ - if [[ $TOOL == "doxygen" ]]; then make doc; fi
49
notifications:
50
email: false
0 commit comments