diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-10-11 11:55:36 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-10-11 12:10:32 +0300 |
commit | 7dbc302b2f048902124e8f3d9d368c14204cfae5 (patch) | |
tree | 4846956aa73d06dcde96090353de77d7ad39bbe6 | |
parent | 89f3270f722a1890ffe05f93fb6183e2d53fbad4 (diff) | |
download | qtlocation-mapboxgl-7dbc302b2f048902124e8f3d9d368c14204cfae5.tar.gz |
[test] Deploy core test fixtures on Bitrise
-rw-r--r-- | platform/macos/bitrise.yml | 2 | ||||
-rw-r--r-- | platform/qt/bitrise-qt5.yml | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/platform/macos/bitrise.yml b/platform/macos/bitrise.yml index 4a69f569cc..193356f0da 100644 --- a/platform/macos/bitrise.yml +++ b/platform/macos/bitrise.yml @@ -78,7 +78,9 @@ workflows: 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"}}' 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"}}' |