Skip to content

Commit

Permalink
Log storage
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrex committed May 22, 2021
1 parent 4a01128 commit 5947896
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,10 @@ jobs:
CONFIGURATION=Release \
BUILD_DIR="$DERIVED_DATA_PATH" \
COVERAGE_MAPBOX_MAPS_DEVICE="$DERIVED_DATA_PATH/Build/Products/Release-iphoneos/MapboxMaps.framework/MapboxMaps"
- store-device-farm-artifacts
- store-logs
- store-device-farm-artifacts:
derived_data_path: $DERIVED_DATA_PATH
- store-logs:
derived_data_path: $DERIVED_DATA_PATH
- report-failure:
report_failure: << parameters.report_failure >>
message: "<< parameters.scheme >> device tests"
Expand Down

0 comments on commit 5947896

Please sign in to comment.