Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Github Actions for CI (#3713) | Maximilian Hils | 2019-11-19 | 1 | -9/+55 |
| | | | switch to github actions for CI | ||||
* | cibuild: permit non-dev versions on maintenance branches | Aldo Cortesi | 2018-06-16 | 1 | -2/+30 |
| | | | | | | Cater for the corner case where commits are incorporated on a maintenance branch. We should be able to test these without adding a dev suffix to the tool versions. | ||||
* | cibuild: Match Travis env variable behaviour | Aldo Cortesi | 2018-06-16 | 1 | -8/+18 |
| | | | | | | | | Whenever TRAVIS_TAG is non-empty, TRAVIS_BRANCH is over-ridden to match the TRAVIS_TAG value. Adjust our tests to reflect this, and add a sanity check that fails hard if this constraint is ever not met. See https://github.com/travis-ci/travis-ci/issues/4745 | ||||
* | cibuild: refactor to handle v prefix for release tag names | Aldo Cortesi | 2018-06-16 | 1 | -7/+32 |
| | |||||
* | Such CI, Very Wow. (#3182) | Maximilian Hils | 2018-06-02 | 1 | -62/+74 |
| | |||||
* | cibuild: tweak docker tag, only upload prod builds to pypi | Aldo Cortesi | 2018-05-25 | 1 | -2/+3 |
| | |||||
* | cibuild: start building version awareness | Aldo Cortesi | 2018-05-25 | 1 | -1/+3 |
| | |||||
* | cibuild: more accurate PR test, better dump output | Aldo Cortesi | 2018-05-24 | 1 | -2/+2 |
| | |||||
* | cibuild: fix docker upload condition, expand tests | Aldo Cortesi | 2018-05-24 | 1 | -4/+35 |
| | |||||
* | cibuild: extract upload conditions | Aldo Cortesi | 2018-05-24 | 1 | -1/+8 |
| | |||||
* | cibuild: add docker tag calculation to environ | Aldo Cortesi | 2018-05-24 | 1 | -0/+9 |
| | |||||
* | release: include release directory in coverage | Aldo Cortesi | 2018-05-24 | 1 | -3/+29 |
| | | | | With lots of exclusions for now | ||||
* | cibuild: Consolidate build environment and add tests | Aldo Cortesi | 2018-05-24 | 1 | -0/+95 |