Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CI to GitHub Actions | Pierre Ossman | 2021-06-08 | 10 | -312/+0 |
| | | | | | | Travis has unfortunately been severely rate limited by Docker Hub so we have to switch to GitHub, which has an agreement with Docker to avoid the rate limiting. | ||||
* | Don't run container builds with a TTY | Pierre Ossman | 2021-06-08 | 5 | -5/+5 |
| | | | | No TTY is provided in GitHub's environment, so we cannot have this flag. | ||||
* | Force update of libarchive in CentOS 8 image | Pierre Ossman | 2021-06-08 | 1 | -0/+2 |
| | | | | | Otherwise cmake breaks as it requires a newer version without properly listing that in its dependencies. | ||||
* | Add packages for CentOS 8 | Brian P. Hinz | 2020-12-19 | 2 | -0/+55 |
| | |||||
* | Initial support for ubuntu focal | Brian P. Hinz | 2020-12-19 | 2 | -0/+68 |
| | |||||
* | Update apt cache before running builds | Pierre Ossman | 2020-04-02 | 2 | -0/+2 |
| | | | | | Otherwise it might fail if the repositories have changed since the image was generated. | ||||
* | Remove old distribution packaging | Pierre Ossman | 2020-03-11 | 2 | -60/+0 |
| | | | | | These are EOL (or soon to be) and we want to start relying on things present in current distributions. | ||||
* | Remove hard coded source URLs from travis-ci build script | Brian P. Hinz | 2019-12-22 | 1 | -6/+4 |
| | |||||
* | Allow non-interactive installs for bionic (travis-ci) | Brian P. Hinz | 2019-12-21 | 1 | -0/+2 |
| | |||||
* | Add ubuntu-bionic to travis-ci builds | Brian P. Hinz | 2019-12-21 | 2 | -0/+65 |
| | |||||
* | Fix travis-ci build scripts broken by c59f195 | Brian P. Hinz | 2019-12-21 | 2 | -76/+0 |
| | |||||
* | Build Ubuntu 14.04 (Trusty) packages in Travis | Pierre Ossman | 2019-01-21 | 2 | -0/+76 |
| | |||||
* | Build Ubuntu 16.04 (Xenial) package in Travis | Pierre Ossman | 2019-01-21 | 2 | -0/+65 |
| | |||||
* | Build RHEL 6 packages in Travis | Pierre Ossman | 2019-01-21 | 2 | -0/+62 |
| | |||||
* | Build RHEL 7 packages in Travis | Pierre Ossman | 2019-01-21 | 2 | -0/+53 |