diff options
author | zmiao <miao.zhao@mapbox.com> | 2020-02-03 19:01:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-03 19:01:31 +0200 |
commit | 2e10d3548a8b3aff1f28b9514594c3c14509f084 (patch) | |
tree | f666183b92dcfa23c14cb34b07cf38aea52b9a8e | |
parent | 0b727108c8517be7fc2d03d5843aefd94cb789be (diff) | |
download | qtlocation-mapboxgl-2e10d3548a8b3aff1f28b9514594c3c14509f084.tar.gz |
Add back ios-test-runner for beseline job (#16167)
-rw-r--r-- | circle.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml index c15235fa8c..65a37e3bf2 100644 --- a/circle.yml +++ b/circle.yml @@ -30,8 +30,7 @@ workflows: - linux-clang8-release - linux-gcc8-release - macos-xcode11-release - # Temporarily disable, auth is failing. - # - ios-render-test-runner + - ios-render-test-runner - build-template: name: android-armeabi-v7a-release executor_name: ubuntu-disco |