Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allowed Python3 jobs to fail temporarily | John Wiegley | 2019-12-06 | 1 | -0/+4 |
| | |||||
* | travis: use the same python executable, as found by cmake | Dimitri John Ledkov | 2019-12-06 | 1 | -1/+1 |
| | |||||
* | Enable py2 & py3 builds | Dimitri John Ledkov | 2019-12-05 | 1 | -3/+7 |
| | |||||
* | Modernize CMake using backported FindPython module. | Dimitri John Ledkov | 2019-12-05 | 1 | -38/+6 |
| | |||||
* | Add Travis CI setup for macOS and homebrew-installed Boost | Tim Landscheidt | 2019-01-30 | 1 | -2/+23 |
| | | | | | | | | | | | | | | | | On macOS, CMake detects the Boost.Python component installed by homebrew only when named "python27". Thus this change not only adds a Travis CI setup for macOS, but also a CMake option to switch the component name between "python" and "python27". In addition, precompiling system.hh does not work with the current setup for Clang, so another CMake option to disable it is added. The currently used commands to compile specific versions of Boost do not produce a result that works out of the box on macOS. It should be possible just to mimic homebrew's formula for boost-python (https://github.com/Homebrew/homebrew-core/blob/master/Formula/boost-python.rb), but for the moment on macOS this change tests only against Boost installed by homebrew. | ||||
* | Use build matrix to specify Boost versions for Travis CI | Tim Landscheidt | 2019-01-22 | 1 | -21/+29 |
| | | | | | | | | | | In Travis CI, versions of libraries, etc. to build against are typically specified in a build matrix. In addition, currently there is no way to build against the distribution-provided Boost version. This change uses a build matrix for BOOST_VERSION and allows that variable to be empty for building against the distribution-provided Boost version. | ||||
* | Remove broken and disabled Travis CI configurations | Tim Landscheidt | 2019-01-22 | 1 | -37/+0 |
| | | | | | | | | The Travis CI configurations for macOS, Clang on Linux and CheckTexinfo.py and CheckManpage.py are broken and disabled or ignored. They appear to be non-trivial to fix, so the current stub is probably more distracting than helpful while also making changes to the working Linux configuration more difficult. | ||||
* | Use standard GCC in Travis CI | Tim Landscheidt | 2019-01-19 | 1 | -7/+0 |
| | | | | | | | Commit 4c4367fe6b7f184605c900735fc5b646f45311c1 added some logic to compile Ledger with GCC 4.8 as Travis CI's Ubuntu Precise environments only offered 4.6 at that time. Since then, the default image has changed to Ubuntu Trusty which provides GCC 4.8. | ||||
* | Use "macOS" consistently | Martin Michlmayr | 2019-01-09 | 1 | -2/+2 |
| | | | | macOS seems to be the current name for Mac OS X. | ||||
* | Missing an export keyword in .travis.yml | John Wiegley | 2018-07-19 | 1 | -1/+1 |
| | |||||
* | Correct to Travis build for the new master branch version | John Wiegley | 2018-07-19 | 1 | -1/+2 |
| | |||||
* | Correct webhook URL | John Wiegley | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | Add Gitter integration | John Wiegley | 2018-01-30 | 1 | -0/+7 |
| | |||||
* | Disable osx+clang build on Travis for now | John Wiegley | 2017-12-30 | 1 | -0/+6 |
| | |||||
* | [travis] Bump boost version to 1.61.0 | Alexis Hildebrandt | 2016-06-22 | 1 | -1/+1 |
| | |||||
* | [travis] Bump boost version to 1.60.0 | Alexis Hildebrandt | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | [travis] Bump boost version to 1.59.0 | Alexis Hildebrandt | 2015-09-15 | 1 | -1/+1 |
| | |||||
* | [travis] Enable verbose failures | Alexis Hildebrandt | 2015-08-05 | 1 | -1/+1 |
| | |||||
* | [travis] Rename coverity scan branch | Alexis Hildebrandt | 2015-08-05 | 1 | -2/+2 |
| | | | | Fix typo | ||||
* | [travis] Configure coverity scan | Alexis Hildebrandt | 2015-08-05 | 1 | -0/+9 |
| | |||||
* | [travis] Use boost 1.49.0 for master branch builds | Alexis Hildebrandt | 2015-07-31 | 1 | -2/+6 |
| | | | | and boost 1.58.0 for all other branches. | ||||
* | [travis] Add multi-os build configuration | Alexis Hildebrandt | 2015-07-31 | 1 | -12/+54 |
| | | | | and use a custom build of boost. | ||||
* | [travis] Run documentation checks as reports | Alexis Hildebrandt | 2015-07-28 | 1 | -1/+5 |
| | | | | which are allowed to fail instead of strict tests. | ||||
* | [travis] Remove multi-os build configuration | Alexis Hildebrandt | 2015-07-28 | 1 | -16/+1 |
| | |||||
* | [travis] Switch to container-based build | Alexis Hildebrandt | 2015-07-28 | 1 | -15/+43 |
| | | | | using plain cmake and make | ||||
* | [travis] Switch to debug build | Alexis Hildebrandt | 2015-01-16 | 1 | -1/+1 |
| | | | | | to allow for proper checks using test/CheckTests.py, which requires the --debug option | ||||
* | [travis] Parallelize tests | Alexis Hildebrandt | 2015-01-06 | 1 | -3/+2 |
| | |||||
* | [traivs] Fix syntax errors | Alexis Hildebrandt | 2015-01-06 | 1 | -5/+3 |
| | |||||
* | [travis] Fix typo in .travis.yml | Alexis Hildebrandt | 2015-01-06 | 1 | -2/+2 |
| | |||||
* | [travis] Re-enable clang builds | Alexis Hildebrandt | 2015-01-06 | 1 | -3/+5 |
| | | | | Switch to single job builds | ||||
* | [travis] Fix .travis.yml | Alexis Hildebrandt | 2015-01-05 | 1 | -2/+7 |
| | |||||
* | Configure IRC notifications | John Wiegley | 2015-01-02 | 1 | -0/+2 |
| | |||||
* | [travis] Shorten Travis CI run times | Alexis Hildebrandt | 2014-12-24 | 1 | -18/+8 |
| | | | | | | | by adding --jobs to utilize multiple cores and using boost ppa packages instead of downloading the source and building boost from scratch. This effectively cuts the time for a Travis CI run in half. | ||||
* | Add URL to Travis CI environment documentation | Alexis Hildebrandt | 2014-04-23 | 1 | -4/+5 |
| | | | | [ci skip] | ||||
* | Fix Travis CI build | Alexis Hildebrandt | 2014-04-23 | 1 | -8/+31 |
| | | | | | - Install and use GNU GCC 4.8 to support required C++11 standard - Build Boost (1.55.0) libraries needed by ledger - Export build and cmake variables to find locally built Boost | ||||
* | Another .travis.yml fix | John Wiegley | 2014-04-17 | 1 | -1/+1 |
| | |||||
* | More Travis changes | John Wiegley | 2014-04-17 | 1 | -3/+5 |
| | |||||
* | Have Travis download Boost-1.55 | John Wiegley | 2014-04-17 | 1 | -0/+4 |
| | |||||
* | update travis notification settings | Johann Klähn | 2014-02-01 | 1 | -0/+5 |
| | |||||
* | Add continuous integration using Travis CI | Alexis Hildebrandt | 2014-02-01 | 1 | -0/+9 |