Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |