From d5337e8ce5ac36a64bf2580465f7d3eca7ec0352 Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Fri, 20 Apr 2018 10:02:39 -0700 Subject: Change:CI:Move doxygen to the build workflow to only run it when the build succeeds (#451) --- .circleci/config.yml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 76982f54b..a7373bbf7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 @@ -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 -- cgit v1.2.1