summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorAndrew Kitchen <andrew.kitchen@mapbox.com>2018-01-05 16:34:18 -0800
committerAndrew Kitchen <akitchen@gmail.com>2018-01-19 20:28:57 -0500
commit7f6d99b52e6cfca138ebaa69739384618388231d (patch)
tree535f16bc958349de61f1a23a736e2626af7a48c0 /circle.yml
parentd0193c5b2b7140f54d6f166fa4e8a711a045915e (diff)
downloadqtlocation-mapboxgl-7f6d99b52e6cfca138ebaa69739384618388231d.tar.gz
Adds an `ios-integration-test` Makefile target to run on CI (circle.yml)
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml5
1 files changed, 5 insertions, 0 deletions
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