Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add SaxonHE to dependencies list | Damian Jarek | 2019-12-17 | 1 | -0/+1 |
| | | | | | | Used by Boost.Beast in doc reference generation. Signed-off-by: Damian Jarek <damian.jarek93@gmail.com> | ||||
* | Switch Travis to Xenial | Peter Dimov | 2019-08-21 | 1 | -1/+1 |
| | |||||
* | Remove ci_boost_test_library jobs from .travis.yml; add ci_boost_build job ↵ | Peter Dimov | 2019-08-21 | 1 | -5/+9 |
| | | | | using the release layout | ||||
* | Test `b2 -n status` from a release layout | Peter Dimov | 2019-03-24 | 1 | -0/+3 |
| | |||||
* | Install python-docutils | Peter Dimov | 2019-03-04 | 1 | -0/+1 |
| | |||||
* | Enable feature branches in .travis.yml | Peter Dimov | 2019-01-09 | 1 | -0/+1 |
| | |||||
* | Do not build Boost w/ clang on Travis; not worth the time taken | Peter Dimov | 2017-12-23 | 1 | -3/+0 |
| | |||||
* | Remove ci_boost_library_check from Travis | Peter Dimov | 2017-12-21 | 1 | -5/+5 |
| | |||||
* | Add building Boost to Travis (#175) | Peter Dimov | 2017-12-21 | 1 | -0/+7 |
| | |||||
* | Reduce Travis jobs | Peter Dimov | 2017-10-27 | 1 | -8/+2 |
| | |||||
* | Fix one `compiler:` in .travis.yml | Peter Dimov | 2017-10-24 | 1 | -1/+1 |
| | |||||
* | travis: omit building the release to increase turnaround | Peter Dimov | 2017-09-13 | 1 | -7/+0 |
| | |||||
* | Use clang/c++11 instead of 14 because clang 3.9 w/ libstdc++ 4.8 errors on ↵ | Peter Dimov | 2017-09-13 | 1 | -2/+2 |
| | | | | ::gets | ||||
* | Add clang/c++14 tests to Travis | Peter Dimov | 2017-09-13 | 1 | -0/+6 |
| | |||||
* | Add MODE=check release build to Travis | Peter Dimov | 2017-09-08 | 1 | -1/+3 |
| | |||||
* | travis: test the library updated by the commit | Peter Dimov | 2017-09-08 | 1 | -0/+4 |
| | |||||
* | travis: move ci_boost_release to front, small fixes | Peter Dimov | 2017-09-08 | 1 | -9/+13 |
| | |||||
* | Add g++/11 and clang to Travis | Peter Dimov | 2017-09-08 | 1 | -15/+12 |
| | |||||
* | Add 'quick' status to Travis | Peter Dimov | 2017-09-08 | 1 | -0/+5 |
| | |||||
* | Skip EOL=LF and EOL=CRLF because they tend to time out often | Peter Dimov | 2017-09-08 | 1 | -11/+3 |
| | |||||
* | Add EOL=NONE config to Travis | Peter Dimov | 2017-09-08 | 1 | -0/+7 |
| | |||||
* | Add `rvm install 2.3.3` to .travis.yml (#151) | Peter Dimov | 2017-07-14 | 1 | -0/+1 |
| | |||||
* | Try installing ghostscript on travis | Daniel James | 2017-06-24 | 1 | -0/+1 |
| | | | | | | | | | Tests are failing on travis, it might be because of this: /bin/sh: 2: gs: not found ...removing /home/travis/build/boostorg/build/boost/bin.v2/gs.check So try installing ghostscript. | ||||
* | Allow library checks to fail for now. When we get better conformance we'll ↵ | Rene Rivera | 2016-07-06 | 1 | -0/+4 |
| | | | | turn it back on as required. | ||||
* | No sudo needed for building releases. | Rene Rivera | 2016-06-21 | 1 | -2/+0 |
| | |||||
* | Use shorter and more obvious env var for EOL build type. | Rene Rivera | 2016-06-17 | 1 | -2/+2 |
| | |||||
* | Change to fetching common ci code for eventual use. Also add in config | Rene Rivera | 2016-06-16 | 1 | -22/+22 |
| | | | | for dealing with SourceForge file release system. | ||||
* | Add library requirements testing to Travis-CI. | Rene Rivera | 2016-06-14 | 1 | -0/+7 |
| | |||||
* | Move to Ubuntu Trusty Travis-CI to see if it improves performance of CI | Rene Rivera | 2016-06-10 | 1 | -0/+2 |
| | | | | building. | ||||
* | Move encrypted env to web settings for security. | Rene Rivera | 2016-05-25 | 1 | -2/+0 |
| | |||||
* | We can get submodules as build script now doesn't need to fetch submodules. | Rene Rivera | 2016-05-23 | 1 | -5/+0 |
| | |||||
* | Copy/merge testing method from develop. | Rene Rivera | 2016-05-22 | 1 | -182/+11 |
| | |||||
* | Use parallel b2 actions to attempt faster build. | Rene Rivera | 2016-04-25 | 1 | -5/+5 |
| | |||||
* | Attempt to overrive existing uploads so that avoid errors for release | Rene Rivera | 2016-04-04 | 1 | -4/+4 |
| | | | uploads. | ||||
* | Switch to boost_1_61_0 name.boost-1.61.0-beta1 | Vladimir Prus | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | Set git line-ending config globally for Travis builds. | Vladimir Prus | 2016-03-31 | 1 | -4/+4 |
| | | | | | It looks like Git 1.8 does not respect superproject settings when checking out submodules. | ||||
* | Fix incorrect EOL for Windows archives. And hardcode archive dir, and | Rene Rivera | 2016-03-20 | 1 | -3/+3 |
| | | | name, to current release. | ||||
* | Turn off verbose web output. | Rene Rivera | 2016-02-25 | 1 | -4/+4 |
| | |||||
* | Merge release archive building CI from develop. | Rene Rivera | 2016-02-24 | 1 | -4/+240 |
| | |||||
* | Fix path to test b2 invocation (now that we cd to status). | Rene Rivera | 2015-08-05 | 1 | -1/+1 |
| | |||||
* | Split up test/build commands to tell which specific step might be having | Rene Rivera | 2015-08-05 | 1 | -1/+5 |
| | | | | problems. | ||||
* | Merge Travis CI setup from develop. | Vladimir Prus | 2015-04-04 | 1 | -0/+4 |