summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-12-24 15:55:46 -0800
committerMinh Nguyễn <mxn@1ec5.org>2015-12-24 15:55:46 -0800
commit181b6284abc3296eb11428221416e0a89a1a36aa (patch)
treeb9e6cb385701459edc88af2a0187941f950d8d46
parent7b032907d7c328a5cc2f2ea2ef9d65f465a1d34f (diff)
downloadqtlocation-mapboxgl-181b6284abc3296eb11428221416e0a89a1a36aa.tar.gz
[osx] Run unit tests
-rw-r--r--platform/osx/bitrise.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/osx/bitrise.yml b/platform/osx/bitrise.yml
index 91ee27994e..a942117ef1 100644
--- a/platform/osx/bitrise.yml
+++ b/platform/osx/bitrise.yml
@@ -39,12 +39,12 @@ workflows:
brew install pkgconfig
brew install automake
- script:
- title: Build osxapp
+ title: Run SDK unit tests
run_if: '{{enveq "SKIPCI" "false"}}'
inputs:
- content: |-
#!/bin/bash
- make osx
+ make xctest BUILDTYPE=Debug
- is_debug: 'yes'
- slack:
title: Post to Slack