summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Opt-in to Travis Xcode 6.3 betaJohn Firebaugh2015-05-291-0/+2
| | | | http://blog.travis-ci.com/2015-05-26-xcode-63-beta-general-availability/
* fix Travis stage nameKonstantin Käfer2015-05-191-1/+1
|
* Upload headless results in after_scriptJohn Firebaugh2015-05-141-0/+3
| | | | | I need to see the results even for passing builds, so I can tell how allowed failures are still failing.
* Don't do things that set -e in Travis's shellJohn Firebaugh2015-05-131-4/+1
| | | | | | | | | | | | | | | 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.
* source install.sh to export mason on PATHMike Morris2015-05-121-1/+1
|
* Revert "Revert "Merge pull request #1429 from mapbox/travis-setup""Mike Morris2015-05-121-0/+6
| | | | | | | This reverts commit 3ccb0b5610a716b8c2bb602cc52f96bc2fb2ff03. Conflicts: .travis.yml
* Run correct after_failure scriptJohn Firebaugh2015-05-121-1/+1
|
* Revert "Merge pull request #1429 from mapbox/travis-setup"John Firebaugh2015-05-111-7/+1
| | | | | This reverts commit 9a233c7ed295a73da1abf3a7feffe6eec2cf9963, reversing changes made to 642024af6da577fe4a50e262b4a0b4e2aff7ebaf.
* break out setup.sh from run.shMike Morris2015-05-071-1/+7
| | | | | | | | | | | | | | | | 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
* Update to lastest Android SDKLeith Bade2015-05-061-5/+5
|
* Build with clang 3.5John Firebaugh2015-05-041-6/+6
|
* Build with gcc 4.9John Firebaugh2015-05-041-4/+4
|
* correctly execute after_failure scriptKonstantin Käfer2015-04-281-1/+1
|
* only install required depsKonstantin Käfer2015-04-281-37/+32
|
* use custom boostKonstantin Käfer2015-04-281-2/+0
|
* build on Travis' sudo: false infrastructureKonstantin Käfer2015-04-281-72/+78
|
* fixes #830, #880: bring back iOS functional testsJustin R. Miller2015-04-231-0/+5
|
* Revert "move to Debug for iOS builds"Justin R. Miller2015-04-071-1/+1
| | | | | | | | We should stay on Release mode for performance reasons. We can look into providing symbols for builds for crash log purposes. This reverts commit cf1ecb6976b4f572b3d3eb6fd3f203e2f1ef2714.
* move to Debug for iOS buildsJustin R. Miller2015-04-071-1/+1
|
* fixes #1189, #880: split OS X/iOS builds & deploy iOS to S3Justin R. Miller2015-04-061-1/+4
|
* Fix tabLeith Bade2015-02-151-2/+2
|
* Fix travis userLeith Bade2015-02-141-3/+3
|
* Move to mapbox bucketLeith Bade2015-02-131-3/+3
|
* Slack notificationsJohn Firebaugh2015-02-111-7/+2
|
* move iOS code from gl-cocoa to this projectJustin R. Miller2015-02-091-0/+16
|
* updated mesa and other targets on osx/iosKonstantin Käfer2015-02-041-1/+0
|
* fixes for linuxKonstantin Käfer2015-02-041-0/+1
|
* stop allowing failures for mips-64Dane Springmeyer2015-02-031-4/+0
|
* Mark mips-64 as allowed failureJohn Firebaugh2015-02-031-0/+4
| | | Refs #802
* test against mesa 10.4.3 on travisMike Morris2015-01-301-1/+1
|
* Update android ABIsLeith Bade2015-01-291-2/+17
|
* Update travis stackLeith Bade2014-12-261-4/+4
|
* Don't configure on AndroidLeith Bade2014-12-261-1/+1
|
* Move android build to ec2Leith Bade2014-12-261-6/+2
|
* Prepare for android-gl-buildLeith Bade2014-12-201-2/+2
|
* Remove extra Travis buildsLeith Bade2014-12-191-12/+0
|
* Stop services only on LinuxLeith Bade2014-12-121-2/+2
|
* Fix bash errorLeith Bade2014-12-121-3/+2
|
* Don't need X for android buildsLeith Bade2014-12-121-2/+2
|
* Fix service nameLeith Bade2014-12-111-1/+1
|
* Stop DB servicesLeith Bade2014-12-101-0/+2
|
* Check for running servicesLeith Bade2014-12-091-0/+1
|
* Go back to 7z NDKLeith Bade2014-12-091-2/+2
|
* Fix path to NDKLeith Bade2014-12-091-2/+2
|
* Revert "Try ruby env"Leith Bade2014-12-061-1/+1
| | | | This reverts commit 4e9f2c146b3d01519235be3e0b755281b506a279.
* Try ruby envLeith Bade2014-12-061-1/+1
|
* Use TESTMUNK in travis to start TestmunkLeith Bade2014-12-031-10/+10
|
* Fix access key for android on travisLeith Bade2014-11-301-1/+0
|
* Add android access key to travisLeith Bade2014-11-281-0/+1
|
* Rotate testmunk keyLeith Bade2014-11-231-1/+1
|