Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[macos] Restored unit tests on CI
Browse files Browse the repository at this point in the history
Restored the make rule for running macOS SDK unit tests. Invoke that rule on Bitrise.

Fixes #5991.
  • Loading branch information
1ec5 authored and boundsj committed Sep 28, 2016
1 parent 55c4bb9 commit 255325b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions platform/macos/bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ workflows:
export BUILDTYPE=Debug
make macos
make test
make macos-test
- is_debug: 'yes'
- slack:
title: Post to Slack
Expand Down

0 comments on commit 255325b

Please sign in to comment.