Skip to content

Commit

Permalink
vk-399-api-stability: added command line key to ignore undocumented s…
Browse files Browse the repository at this point in the history
…ymbols.
  • Loading branch information
Udumft committed Nov 17, 2020
1 parent db91aad commit dcfd57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,10 @@ jobs:
device: << parameters.device >>
- run:
name: Generating MapboxCoreNavigation API Diff
command: cd scripts/APIDiffReport && swift run APIDiffReport diff $CIRCLE_WORKING_DIRECTORY/original_api/core_navigation_log.json $CIRCLE_WORKING_DIRECTORY/api_logs/core_navigation_log.json
command: cd scripts/APIDiffReport && swift run APIDiffReport diff $CIRCLE_WORKING_DIRECTORY/original_api/core_navigation_log.json -i $CIRCLE_WORKING_DIRECTORY/api_logs/core_navigation_log.json
- run:
name: Generating MapboxNavigation API Diff
command: cd scripts/APIDiffReport && swift run APIDiffReport diff $CIRCLE_WORKING_DIRECTORY/original_api/navigation_log.json $CIRCLE_WORKING_DIRECTORY/api_logs/navigation_log.json
command: cd scripts/APIDiffReport && swift run APIDiffReport diff $CIRCLE_WORKING_DIRECTORY/original_api/navigation_log.json -i $CIRCLE_WORKING_DIRECTORY/api_logs/navigation_log.json

workflows:
workflow:
Expand Down

0 comments on commit dcfd57f

Please sign in to comment.