summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kitchen <andrew.kitchen@mapbox.com>2018-01-05 16:34:18 -0800
committerAndrew Kitchen <andrew.kitchen@mapbox.com>2018-01-19 14:57:01 -0800
commit15576a5bcd70caf1f9fd93ca6a34b378117f493d (patch)
treee55d2e6ca4d79a5323df7bc12489aa37dad110f4
parent654377e89b0d043e9fdffbae28e889eda37f1403 (diff)
downloadqtlocation-mapboxgl-upstream/ios-integration-harness.tar.gz
Adds an `ios-integration-test` Makefile target to run on CI (circle.yml)upstream/ios-integration-harness
-rw-r--r--Makefile4
-rw-r--r--circle.yml5
2 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2b5931e0e3..862201d8d1 100644
--- a/Makefile
+++ b/Makefile
@@ -231,6 +231,10 @@ ios-lint:
ios-test: $(IOS_PROJ_PATH)
set -o pipefail && $(IOS_XCODEBUILD_SIM) -scheme 'CI' test $(XCPRETTY)
+.PHONY: ios-integration-test
+ios-integration-test: $(IOS_PROJ_PATH)
+ set -o pipefail && $(IOS_XCODEBUILD_SIM) -scheme 'Integration Test Harness' test $(XCPRETTY)
+
.PHONY: ios-sanitize-address
ios-sanitize-address: $(IOS_PROJ_PATH)
set -o pipefail && $(IOS_XCODEBUILD_SIM) -scheme 'CI' -enableAddressSanitizer YES test $(XCPRETTY)
diff --git a/circle.yml b/circle.yml
index 4f7d6b2e49..f963e3e6d4 100644
--- a/circle.yml
+++ b/circle.yml
@@ -123,6 +123,10 @@ step-library:
run:
name: Build ios-test
command: make ios-test
+ - &build-ios-integration-test
+ run:
+ name: Build ios-integration-test
+ command: make ios-integration-test
- &build-macos-test
run:
name: Build and run macOS tests
@@ -676,6 +680,7 @@ jobs:
- *restore-cache
- *reset-ccache-stats
- *build-ios-test
+ - *build-ios-integration-test
- *check-public-symbols
- run:
name: Lint plist files