Skip to content

Commit

Permalink
[ci/cmake] Update submodules
Browse files Browse the repository at this point in the history
- Only upload documentation once
- Upload RBDyn.doxytag
  • Loading branch information
gergondet committed Nov 11, 2019
1 parent 25b421e commit bf5dc94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis
Submodule .travis updated 2 files
+1 −1 after_success
+4 −0 common.sh
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -47,5 +47,6 @@ script: ./.travis/run build
after_success: ./.travis/run after_success
after_failure: ./.travis/run after_failure
before_install:
- if [ $CC = gcc -a $CMAKE_BUILD_TYPE = RelWithDebInfo ]; then export DO_DOC_UPDATE=true; else export DO_DOC_UPDATE=false; fi
- export CMAKE_ADDITIONAL_OPTIONS="${CMAKE_ADDITIONAL_OPTIONS} -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
- ./.travis/run before_install

0 comments on commit bf5dc94

Please sign in to comment.