summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2017-10-24 14:10:51 -0400
committerJason Wray <jason@mapbox.com>2017-10-24 14:10:51 -0400
commit547069de74942b586cf4d4611dcb8d9609424299 (patch)
tree977a780011fb04654a100a64ca95ac20958a7249
parentde6826562f63e7841585076b5a744bdc1c137460 (diff)
downloadqtlocation-mapboxgl-547069de74942b586cf4d4611dcb8d9609424299.tar.gz
Simplify logs/artifacts upload
-rw-r--r--circle.yml28
1 files changed, 8 insertions, 20 deletions
diff --git a/circle.yml b/circle.yml
index 0c6412c699..306a7bcb17 100644
--- a/circle.yml
+++ b/circle.yml
@@ -107,7 +107,7 @@ step-library:
- &build-ios-test
run:
name: Build core and iOS SDK for testing
- command: fastlane scan --build_for_testing
+ command: fastlane scan --build_for_testing --buildlog_path "test_output/build"
- &install-ios-dependencies
@@ -154,15 +154,7 @@ step-library:
store_artifacts:
path: mapbox-gl-js/test/integration/render-tests/index-recycle-map.html
destination: render-tests
- - &upload-ios-build-log
- store_artifacts:
- path: ~/Library/Logs/scan
- destination: scan-logs-build
- - &upload-ios-test-log
- store_artifacts:
- path: ~/Library/Logs/scan
- destination: scan-logs-test
- - &upload-ios-test-artifacts
+ - &upload-ios-artifacts
store_artifacts:
path: test_output
destination: test_output
@@ -640,15 +632,13 @@ jobs:
- *reset-ccache-stats
- *build-iproj
- *build-ios-test
- - *upload-ios-build-log
- run:
name: List available simulators
command: xcrun simctl list
- run:
name: Run SDK unit tests
- command: fastlane scan --skip_build --include_simulator_logs=true
- - *upload-ios-test-artifacts
- - *upload-ios-test-log
+ command: fastlane scan --skip_build --buildlog_path "test_output/tests"
+ - *upload-ios-artifacts
- *show-ccache-stats
- *save-cache
@@ -671,9 +661,8 @@ jobs:
- *build-iproj
- run:
name: Build and run SDK unit tests with address sanitizer
- command: fastlane scan --address_sanitizer --include_simulator_logs=true
- - *upload-ios-test-artifacts
- - *upload-ios-test-log
+ command: fastlane scan --address_sanitizer --buildlog_path "test_output/tests"
+ - *upload-ios-artifacts
- *show-ccache-stats
- *save-cache
@@ -696,8 +685,7 @@ jobs:
- *build-iproj
- run:
name: Build and run SDK unit tests with thread sanitizer
- command: fastlane scan --thread_sanitizer --include_simulator_logs=true
- - *upload-ios-test-artifacts
- - *upload-ios-test-log
+ command: fastlane scan --thread_sanitizer --buildlog_path "test_output/tests"
+ - *upload-ios-artifacts
- *show-ccache-stats
- *save-cache