summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-08-13 00:33:13 -0700
committerJesse Bounds <jesse@rebounds.net>2016-09-28 09:44:19 -0700
commit255325b44b732641b60014a0d2042fbe01948f7f (patch)
tree71e0a0deb7f95504d7880f0136fb820a4a056894 /Makefile
parent55c4bb98d72071fec5d98900865f24fe75922975 (diff)
downloadqtlocation-mapboxgl-255325b44b732641b60014a0d2042fbe01948f7f.tar.gz
[macos] Restored unit tests on CI
Restored the make rule for running macOS SDK unit tests. Invoke that rule on Bitrise. Fixes #5991.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c9ad8d0ab8..0f4cefa4b9 100644
--- a/Makefile
+++ b/Makefile
@@ -144,6 +144,10 @@ offline: $(MACOS_PROJ_PATH)
node: $(MACOS_PROJ_PATH)
set -o pipefail && $(MACOS_XCODEBUILD) -scheme 'mbgl-node' build $(XCPRETTY)
+.PHONY: macos-test
+macos-test: $(MACOS_PROJ_PATH)
+ set -o pipefail && $(MACOS_XCODEBUILD) -scheme 'CI' test $(XCPRETTY)
+
.PHONY: xpackage
xpackage: $(MACOS_PROJ_PATH)
SYMBOLS=$(SYMBOLS) ./platform/macos/scripts/package.sh