summaryrefslogtreecommitdiff
path: root/scripts/osx
Commit message (Collapse)AuthorAgeFilesLines
* mason variant@1.0Mike Morris2015-09-301-0/+1
|
* Make build system architecture agnostic to remove Android special caseKonstantin Käfer2015-08-042-0/+18
|
* manually handle GeoJSONVT for OS XJustin R. Miller2015-06-171-0/+3
|
* Don't do things that set -e in Travis's shellJohn Firebaugh2015-05-133-3/+5
| | | | | | | | | | | | | | | Sourcing files that set flags bleed into Travis' wrapper script, which messes with their workflow, e.g. preventing after_failure scripts from triggering. These changes fix that: * Move exported variables from install.sh to setup.sh, so install.sh doesn't have to be sourced. * Source setup.sh from run.sh, rather than directly from .travis.yml. In addition, as a good practice, remove `set -e` etc. from setup.sh, and add a comment not to add them back. It's the sourcing script's responsibility to set these flags.
* Revert "Revert "Merge pull request #1429 from mapbox/travis-setup""Mike Morris2015-05-123-10/+7
| | | | | | | This reverts commit 3ccb0b5610a716b8c2bb602cc52f96bc2fb2ff03. Conflicts: .travis.yml
* build render binaryKonstantin Käfer2015-05-121-0/+3
|
* Revert "Merge pull request #1429 from mapbox/travis-setup"John Firebaugh2015-05-113-7/+10
| | | | | This reverts commit 9a233c7ed295a73da1abf3a7feffe6eec2cf9963, reversing changes made to 642024af6da577fe4a50e262b4a0b4e2aff7ebaf.
* drop unnecessary mason PATH and MASON_DIR exports from setup.shMike Morris2015-05-071-3/+0
|
* break out setup.sh from run.shMike Morris2015-05-073-10/+10
| | | | | | | | | | | | | | | | chmod +x drop travis_helper from android and ios source travis_helper.sh before_install only run setup.sh if file exists explicitly local paths explicit if statement in before_install source setup.sh
* build on Travis' sudo: false infrastructureKonstantin Käfer2015-04-282-0/+40