Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts: No need to include python-virtualenv in package dependencies | Kevin O'Connor | 2020-11-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | scripts: Minor formatting change to ci-install.sh | Kevin O'Connor | 2020-11-23 | 1 | -4/+5 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | build-test: Move system package installation to ci-install.sh | Kevin O'Connor | 2020-10-30 | 1 | -0/+11 |
| | | | | | | | It's more maintainable to have the system packages listed in ci-install.sh instead of in build-test.yaml. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | build-test: Remove references to "travis" in build tests | Kevin O'Connor | 2020-10-30 | 1 | -0/+46 |
Use "ci-build.sh" "ci-install.sh" and similar, as travis-ci is no longer being used. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |