diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2016-08-13 00:33:13 -0700 |
---|---|---|
committer | Jesse Bounds <jesse@rebounds.net> | 2016-09-28 09:44:19 -0700 |
commit | 255325b44b732641b60014a0d2042fbe01948f7f (patch) | |
tree | 71e0a0deb7f95504d7880f0136fb820a4a056894 /Makefile | |
parent | 55c4bb98d72071fec5d98900865f24fe75922975 (diff) | |
download | qtlocation-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-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |