Skip to content

Commit

Permalink
Change:CI:Move doxygen to the build workflow to only run it when the …
Browse files Browse the repository at this point in the history
…build succeeds (#451)
  • Loading branch information
aerostitch authored and pgrandin committed Apr 20, 2018
1 parent 2c8a062 commit d5337e8
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,6 @@ jobs:
command: export GIT_TERMINAL_PROMPT=0 && git push origin $CIRCLE_SHA1:refs/heads/master
workflows:
version: 2
doxygen:
jobs:
- run_doxygen:
filters:
branches:
only: /^trunk$/
build_all:
jobs:
- build_linux
Expand All @@ -187,6 +181,18 @@ workflows:
- build_wince
- build_tomtom_minimal
- build_tomtom_plugin
- run_doxygen:
requires:
- build_linux
- build_android_arm
- build_android_x86
- build_win32
- build_wince
- build_tomtom_minimal
- build_tomtom_plugin
filters:
branches:
only: /^trunk$/
- merge_trunk_in_master:
requires:
- build_linux
Expand Down

0 comments on commit d5337e8

Please sign in to comment.