From 181b6284abc3296eb11428221416e0a89a1a36aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Thu, 24 Dec 2015 15:55:46 -0800 Subject: [osx] Run unit tests --- platform/osx/bitrise.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform/osx/bitrise.yml') 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 -- cgit v1.2.1