diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-08-18 15:26:56 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-08-22 16:52:02 +0300 |
commit | 6761b325fb18ff31a05177678d8a0ad81c5c0d81 (patch) | |
tree | 5012e0493ce2d0db54982b5f2fb7ef596a8ada02 /platform/qt/bitrise-qt5.yml | |
parent | cb3b2997ea14d550b7c5e898b07d438fec8b078a (diff) | |
download | qtlocation-mapboxgl-6761b325fb18ff31a05177678d8a0ad81c5c0d81.tar.gz |
[Qt] Enable tests on macOS
Diffstat (limited to 'platform/qt/bitrise-qt5.yml')
-rw-r--r-- | platform/qt/bitrise-qt5.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/qt/bitrise-qt5.yml b/platform/qt/bitrise-qt5.yml index 3af48208a5..a28ef7a01f 100644 --- a/platform/qt/bitrise-qt5.yml +++ b/platform/qt/bitrise-qt5.yml @@ -38,6 +38,7 @@ workflows: export BUILDTYPE=Debug make qt-app make qt-qml-app + make run-qt-test - is_debug: 'yes' - slack: title: Post to Slack |