summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby Sudekum <bobby@mapbox.com>2017-07-26 09:09:07 -0700
committerBobby Sudekum <bobby@mapbox.com>2017-07-26 09:09:07 -0700
commitd71039e8648470b3f680d8138b25570c543b200f (patch)
treecc66047604f23a063be98f608894981ddcc44956
parent4d318802506ad6387a97bd284d2a6c084f9f71e7 (diff)
downloadqtlocation-mapboxgl-d71039e8648470b3f680d8138b25570c543b200f.tar.gz
-rw-r--r--circle.yml13
1 files changed, 6 insertions, 7 deletions
diff --git a/circle.yml b/circle.yml
index 372d0999b6..6e099965fb 100644
--- a/circle.yml
+++ b/circle.yml
@@ -21,13 +21,6 @@ workflows:
- linux-gcc5-debug-coverage
- linux-gcc5-release-qt4
- linux-gcc5-release-qt5
- deployment:
- fake_deploy_for_cci2:
- tag: /.*/
- commands:
- # NOTE: this command doesn't actually get run, rather this simply triggers that the above deploy runs when a tag is pushed.
- # See https://discuss.circleci.com/t/git-tag-deploys-in-2-0/9493/6
- - echo "make tags run in 2.0"
step-library:
- &generate-cache-key
@@ -587,3 +580,9 @@ jobs:
command: |
xvfb-run --server-args="-screen 0 1024x768x24" \
scripts/valgrind.sh build/qt-linux-x86_64/Release/mbgl-test --gtest_filter=-*.Load --gtest_filter=-Memory.Vector
+
+deployment:
+ fake_deploy_for_cci2:
+ tag: /.*/
+ commands:
+ - echo "make tags run in 2.0"