Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [appveyor skip] fix travis scons build job to not do extra packaging steps, ↵ | William Deegan | 2020-07-01 | 1 | -3/+0 |
| | | | | but just let scons do it all | ||||
* | [appveyor skip] formatting change travis ci | William Deegan | 2020-06-23 | 1 | -15/+15 |
| | |||||
* | [appveyor skip] add packages to build docs and add steps for API docs | William Deegan | 2020-06-23 | 1 | -1/+1 |
| | |||||
* | [appveyor skip] add packages to build docs and add steps for API docs | William Deegan | 2020-06-23 | 1 | -1/+5 |
| | |||||
* | [appveyor skip] fix ulink vs link xml syntax | William Deegan | 2020-06-23 | 1 | -1/+1 |
| | |||||
* | [appveyor skip] more travis ci work | William Deegan | 2020-06-23 | 1 | -0/+1 |
| | |||||
* | [appveyor skip] more travis ci work | William Deegan | 2020-06-23 | 1 | -7/+7 |
| | |||||
* | [appveyor skip] more travis ci work | William Deegan | 2020-06-23 | 1 | -7/+10 |
| | |||||
* | add job to do scons' own build | William Deegan | 2020-06-23 | 1 | -2/+11 |
| | |||||
* | clean up CI files | Daniel Moody | 2020-05-20 | 1 | -25/+1 |
| | |||||
* | test coverage | Daniel Moody | 2020-05-19 | 1 | -5/+7 |
| | |||||
* | update to lxml 4.5.0 | William Deegan | 2020-05-18 | 1 | -1/+1 |
| | |||||
* | Update base ubuntu from trusty(14.04)->xenial(16.04), update install logic ↵ | William Deegan | 2020-05-18 | 1 | -1/+1 |
| | | | | for dmd | ||||
* | Add py3.9 dev | William Deegan | 2020-05-18 | 1 | -0/+4 |
| | |||||
* | clean up coveragerc file | Daniel Moody | 2020-05-14 | 1 | -2/+2 |
| | |||||
* | give coverage a name | Daniel Moody | 2020-05-14 | 1 | -0/+1 |
| | |||||
* | clean up travis and fix coverage | Daniel Moody | 2020-05-14 | 1 | -73/+23 |
| | |||||
* | [skip appveyor] update .travis.yml to try to fix warning build | William Deegan | 2020-01-27 | 1 | -6/+0 |
| | |||||
* | [skip appveyor] update .travis.yml to try to fix broken build | William Deegan | 2020-01-27 | 1 | -7/+6 |
| | |||||
* | move coverage startuplogic to sitecustomize.py from usercustomize.py | William Deegan | 2020-01-02 | 1 | -4/+4 |
| | |||||
* | fix typo | William Deegan | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | try non-sudo'd usercustomize.py file in sys.path[-1] instead of user site ↵ | William Deegan | 2020-01-01 | 1 | -7/+7 |
| | | | | dir which is somehow broken | ||||
* | remove --user from pip install coverage | William Deegan | 2019-12-31 | 1 | -1/+1 |
| | |||||
* | [appveyor skip] Drop pypy from build matrix. (it's py27) | William Deegan | 2019-12-30 | 1 | -8/+1 |
| | |||||
* | Remove Python 2.7 from CI | William Deegan | 2019-12-30 | 1 | -49/+0 |
| | |||||
* | debugging coverage failures | William Deegan | 2019-12-29 | 1 | -3/+3 |
| | |||||
* | debugging coverage failures | William Deegan | 2019-12-29 | 1 | -3/+3 |
| | |||||
* | Remove adding deadsnakes ppa. We're using newer python | William Deegan | 2019-12-29 | 1 | -5/+5 |
| | |||||
* | Change coverage worker to use Ubuntu Bionic instead of trusty for py37 | William Deegan | 2019-12-29 | 1 | -0/+1 |
| | |||||
* | [skip appveyor] - reduce coverage to just py37 | William Deegan | 2019-12-28 | 1 | -9/+9 |
| | |||||
* | reduce coverage jobs | William Deegan | 2019-12-27 | 1 | -34/+34 |
| | |||||
* | Try running a single job for coverage instead of 4. | William Deegan | 2019-12-27 | 1 | -1/+1 |
| | |||||
* | [skip appveyor] bump to bionic for py37 tests. | William Deegan | 2019-12-27 | 1 | -2/+2 |
| | |||||
* | Pin lxml so it will work with 3.8.0b2 | William Deegan | 2019-07-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3392 from mwichmann/travis-tweak | William Deegan | 2019-06-21 | 1 | -1/+3 |
|\ | | | | | Update Travis config: py38, lxml, docbook, ldc | ||||
| * | Update Travis config: py38, lxml, docbook, ldc | Mats Wichmann | 2019-06-13 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | Py3.8 taken off "allowed to fail" list xml installed in the Python virtualenv context, not the distro context (else won't be found) Provision with a couple of additional docbook pkgs Bump the version of the reference D compiler to current. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | | add comment on how to update irc info | William Deegan | 2019-06-13 | 1 | -0/+1 |
|/ | |||||
* | Move IRC Channel to encrypted so forks won't publish to scons irc channel | William Deegan | 2019-06-12 | 1 | -22/+23 |
| | |||||
* | [WIP] try a run with Travis' py3.8 | Mats Wichmann | 2019-05-13 | 1 | -1/+10 |
| | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Run all CI builds with -j 2 | Mats Wichmann | 2019-04-01 | 1 | -20/+27 |
| | | | | | | | | | With the output ordering cleaned up in runtest.py, run all the jobs as two-process to try to lot some more off the build itme. This is a CI-config only change, no code. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Try another syntax to allow pypy3 failure in addtion to pypy | William Deegan | 2019-03-04 | 1 | -1/+2 |
| | |||||
* | [PYPY] don't specify xenial for pypy3 | Mats Wichmann | 2019-03-04 | 1 | -2/+1 |
| | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | [PYPY] further adjust travis-ci pypy3 build | Mats Wichmann | 2019-03-04 | 1 | -2/+3 |
| | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | [PYPY] travis run pypy jobs with -j 3 | Mats Wichmann | 2019-03-04 | 1 | -3/+7 |
| | | | | | | | The pypy test runs are markedly slower; try multi-job runs to see if they speed up enough to not time out our overall build. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | [WIP] add pypy3 to the Travis CI setup | Mats Wichmann | 2019-03-03 | 1 | -2/+9 |
| | | | | Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | switch coverage around to get actual build failures | Daniel Moody | 2019-01-29 | 1 | -2/+9 |
| | |||||
* | switch to codecov and add new coverage for appveyor and travis | Daniel | 2019-01-19 | 1 | -26/+80 |
| | |||||
* | Travis sudo is deprecated | anatoly techtonik | 2019-01-10 | 1 | -2/+0 |
| | | | https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures | ||||
* | cleanup travis.xml file | William Deegan | 2018-11-12 | 1 | -5/+0 |
| | |||||
* | set osx_image: xcode9.4 | William Deegan | 2018-11-12 | 1 | -0/+2 |
| |