diff --git a/Makefile b/Makefile index e0d65056c70..7cd13f79490 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 diff --git a/platform/macos/bitrise.yml b/platform/macos/bitrise.yml index 3b0eca3efda..3cfc9b7a519 100644 --- a/platform/macos/bitrise.yml +++ b/platform/macos/bitrise.yml @@ -34,6 +34,7 @@ workflows: export BUILDTYPE=Debug make macos make test + make macos-test - is_debug: 'yes' - slack: title: Post to Slack