summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* Add Boost to Travis build environment, and OSX buildsChris Wilson2017-06-18
|
* Fix Unix compilation using CMake.Chris Wilson2016-09-09
| | | | | | | | | | Add platform detection that's compatible with the old buildsystem and its m4 autoconfigury. Make Travis build and test using CMake as a separate target. Remove unused function BoxGetTemporaryDirectoryName() to fixes compile using CMake on Unix.
* Replace Travis build instructions with a script.Chris Wilson2016-08-28
| | | | Easier to run locally to help reproduce issues with Travis builds.
* Merge branch 'pull/parallel' of https://github.com/cmorty/boxbackup into ↵Chris Wilson2015-09-21
|\ | | | | | | | | | | | | travis_parallel_build Conflicts: .travis.yml
| * Build all branchesMoritz 'Morty' Strübe2015-08-31
| | | | | | | | | | Putting potential pull-requests on the master branch is a bad idea. They should be tested nonetheless.
| * Start parallizing testsMoritz 'Morty' Strübe2015-08-31
| |
| * Make .travis.yml clearerMoritz 'Morty' Strübe2015-08-31
| |
* | Move ccache status commands into before_script and script.Chris Wilson2015-09-20
| | | | | | | | | | | | | | | | Don't force use of clang even on gcc builds. Print CXX values that will be used during Make. Dummy commit to make Travis rebuild the Pull Request.
* | Second attempt to enable ccache.Chris Wilson2015-09-02
| |
* | Enable ccache to speed up buildsChris Wilson2015-08-31
|/
* Improve travis output by moving building to before_script.Moritz Strübe2015-08-31
|
* Enable caching of Apt packagesChris Wilson2015-07-31
|
* Attempt to switch to new Travis infrastructure.Chris Wilson2015-07-31
|
* More Travis config updates.James O'Gorman2015-02-27
| | | | | | Install some more dependencies. Update the build script to be a single line so that it fails appropriately.
* Update Travis build configuration.James O'Gorman2015-02-27
| | | | | | Install LWP to fix httpserver tests. Only attempt to build the master branch.
* Add configuration file for Travis-CI.James O'Gorman2015-02-21