summaryrefslogtreecommitdiff
path: root/platform/qt
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-10-11 11:55:36 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-10-11 12:10:32 +0300
commit7dbc302b2f048902124e8f3d9d368c14204cfae5 (patch)
tree4846956aa73d06dcde96090353de77d7ad39bbe6 /platform/qt
parent89f3270f722a1890ffe05f93fb6183e2d53fbad4 (diff)
downloadqtlocation-mapboxgl-7dbc302b2f048902124e8f3d9d368c14204cfae5.tar.gz
[test] Deploy core test fixtures on Bitrise
Diffstat (limited to 'platform/qt')
-rw-r--r--platform/qt/bitrise-qt5.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/platform/qt/bitrise-qt5.yml b/platform/qt/bitrise-qt5.yml
index 4122012327..8313e30a59 100644
--- a/platform/qt/bitrise-qt5.yml
+++ b/platform/qt/bitrise-qt5.yml
@@ -41,6 +41,13 @@ workflows:
make qt-qml-app
make run-qt-test
- is_debug: 'yes'
+ - deploy-to-bitrise-io:
+ title: Deploy to Bitrise.io
+ run_if: '{{enveq "SKIPCI" "false"}}'
+ inputs:
+ - deploy_path: "test/fixtures"
+ - notify_user_groups: none
+ - is_compress: 'true'
- slack:
title: Post to Slack
run_if: '{{enveq "SKIPCI" "false"}}'