summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2020-02-25 16:07:53 +0200
committerJuha Alanen <juha.alanen@mapbox.com>2020-02-27 10:09:35 +0200
commit1db92f3c6c8cc1977a89b2060cafef754e4dd34d (patch)
treec34c7ec99507110db878dba5933299bd928e97c6 /circle.yml
parent4b148dc202cf9bafe365edfe923376207aaa638f (diff)
downloadqtlocation-mapboxgl-1db92f3c6c8cc1977a89b2060cafef754e4dd34d.tar.gz
[build][ios] Upload updated metrics to CI artifacts
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index eab66e960a..296babe94d 100644
--- a/circle.yml
+++ b/circle.yml
@@ -413,8 +413,9 @@ jobs:
if ls render-test-app/TestLogs/*.html 1> /dev/null 2>&1; then cp render-test-app/TestLogs/*.html /tmp/tests/ios-render-test; fi
if [[ -n $(ls render-test-app/TestLogs/*.zip 2>/dev/null) ]]; then
cp render-test-app/TestLogs/*.zip metrics/ios-render-test-runner/
+ cp render-test-app/TestLogs/*.zip /tmp/tests/ios-render-test
cd metrics/ios-render-test-runner/
- unzip *.zip
+ unzip -o *.zip
rm -rf *.zip
fi
fi