Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CI to GitHub Actions | Pierre Ossman | 2021-06-08 | 2 | -68/+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 | 1 | -1/+1 |
| | | | | No TTY is provided in GitHub's environment, so we cannot have this flag. | ||||
* | Update apt cache before running builds | Pierre Ossman | 2020-04-02 | 1 | -0/+1 |
| | | | | | Otherwise it might fail if the repositories have changed since the image was generated. | ||||
* | 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 |