summaryrefslogtreecommitdiff
path: root/platform/osx/bitrise.yml
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-04-03 15:16:49 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-07 18:01:02 -0700
commitf964e40e7e9220d08751d8607af61ac5a7c0794c (patch)
treed34ca5407188fe3d71396faa8a8acceb52d9bd4b /platform/osx/bitrise.yml
parentf5d66f362272db034a311d2077dbdb2937c9bbdf (diff)
downloadqtlocation-mapboxgl-f964e40e7e9220d08751d8607af61ac5a7c0794c.tar.gz
[build] Refactor and simplify build system
* Main gyp files are now standardized as platform/<platform>/platform.gyp. * Each platform gyp file defines appropriate loop_lib and headless_lib variables. * Each platform gyp file includes mbgl.gypi, which defines base targets which may be useful to all platforms. * CI targets are consistent across platforms: `make $(PLATFORM) && make test-$(PLATFORM)`. * Renamed the "linux" test app to "glfw". It's now built in OS X CI. * Android build flakiness is fixed. * iOS CI builds the bench and iosapp targets. * Mesa version is now in one place. * CI scripts use bash "strict mode" and correct error handling. * All build output goes to the build directory. * Removed vestigial iOS/OS X/Android Travis scripts.
Diffstat (limited to 'platform/osx/bitrise.yml')
-rw-r--r--platform/osx/bitrise.yml12
1 files changed, 5 insertions, 7 deletions
diff --git a/platform/osx/bitrise.yml b/platform/osx/bitrise.yml
index 70fe9041bf..7170fa3f66 100644
--- a/platform/osx/bitrise.yml
+++ b/platform/osx/bitrise.yml
@@ -1,11 +1,6 @@
format_version: 1.1.0
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
-app:
- envs:
- - BITRISE_APP_TITLE: "Mapbox GL – OS X"
- - BITRISE_DEV_BRANCH: "master"
-
trigger_map:
- pattern: "*"
is_pull_request_allowed: true
@@ -28,12 +23,15 @@ workflows:
envman add --key SKIPCI --value false
fi
- script:
- title: Run SDK unit tests
+ title: Run build script
run_if: '{{enveq "SKIPCI" "false"}}'
inputs:
- content: |-
#!/bin/bash
- make xctest BUILDTYPE=Debug
+ set -eu -o pipefail
+ export BUILDTYPE=Debug
+ make osx
+ make test-osx
- is_debug: 'yes'
- slack:
title: Post to Slack