diff options
author | Juha Alanen <juha.alanen@mapbox.com> | 2020-03-03 10:30:14 +0200 |
---|---|---|
committer | Juha Alanen <juha.alanen@mapbox.com> | 2020-03-03 13:30:53 +0200 |
commit | ffe95ec7d3e4f8bf5274b308d39e5a5a6bd13339 (patch) | |
tree | c0b9b8a9236b2ca95cd78f6e39ad1b81094d62ab /circle.yml | |
parent | 42469cdb6655ded30367b2add553265770949d86 (diff) | |
download | qtlocation-mapboxgl-ffe95ec7d3e4f8bf5274b308d39e5a5a6bd13339.tar.gz |
[test] Add test manifest for the nightly build
Use the same test manifest for the development and nightly
coverage CI builds. Add manifest for the nightly build by
creating a symbolic link to the existing manifest.
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index 4b8eaca513..152e9a231a 100644 --- a/circle.yml +++ b/circle.yml @@ -671,7 +671,7 @@ jobs: command: | /tmp/attach/install/linux-gcc8-release/bin/mbgl-render-test-runner -u rebaseline -p metrics/binary-size.json - run: - name: 'Matrics Baselines' + name: 'Metrics Baselines' command: | cp -r /tmp/attach/metrics . git add -A && git diff --staged --exit-code | tee baselines.patch |