summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzmiao <miao.zhao@mapbox.com>2019-10-25 15:27:48 +0300
committerzmiao <miao.zhao@mapbox.com>2019-10-25 15:40:39 +0300
commit5545cf93e751809521ce775efefb89b4909c9e9d (patch)
treec1b9da191fa8c46dac6c1064d401405610d74a72
parent063edef3d62b21a2dcf0e4bcbbc12bcc46edf22b (diff)
downloadqtlocation-mapboxgl-upstream/zmiao-fix-circleCI.tar.gz
-rw-r--r--circle.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index abc778f7f0..103ea8c685 100644
--- a/circle.yml
+++ b/circle.yml
@@ -267,8 +267,9 @@ commands:
when: on_fail
command: |
mkdir -p /tmp/tests/render
+ mkdir -p /tmp/tests/probe
if [ -f index.html ]; then cp index.html /tmp/tests/render; fi
- if [ -f render/index.html ]; then cp render/index.html /tmp/tests/render; fi
+ if [ -f render-test/index.html ]; then cp render-test/index.html /tmp/tests/probe; fi
mkdir -p /tmp/tests/coredumps
if ls core* 1> /dev/null 2>&1; then cp core* /tmp/tests/coredumps; fi
- store_artifacts: