diff options
author | Jason Wray <jason@mapbox.com> | 2018-08-21 09:54:00 -0400 |
---|---|---|
committer | Jason Wray <friedbunny@users.noreply.github.com> | 2018-08-22 11:15:40 -0400 |
commit | 7395a259a58b99dcb6b3786a37ae12d0e6f8348f (patch) | |
tree | d4d2ed10cabe7b1a28eeda158105b43f5b571d2b | |
parent | 520df7f02049cdbbb9e68041e755d6c3a8d5b21f (diff) | |
download | qtlocation-mapboxgl-7395a259a58b99dcb6b3786a37ae12d0e6f8348f.tar.gz |
[build] Run lower-value iOS CircleCI builds as nightlies
These jobs have a low incidence of unique meaningful failures and are mostly just informational, so running them less often preserves most of their value and frees up relatively scarce CircleCI macOS concurrency.
-rw-r--r-- | circle.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/circle.yml b/circle.yml index bf903a2f36..0cb06e9926 100644 --- a/circle.yml +++ b/circle.yml @@ -33,9 +33,6 @@ workflows: - linux-gcc4.9-debug - linux-gcc5-debug-coverage - ios-debug - - ios-sanitize - - ios-sanitize-address - - ios-static-analyzer - ios-release - ios-release-tag: filters: @@ -57,6 +54,9 @@ workflows: - master jobs: - ios-release + - ios-sanitize + - ios-sanitize-address + - ios-static-analyzer step-library: - &npm-install |