Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CI to GitHub Actions | Pierre Ossman | 2021-06-08 | 2 | -66/+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. | ||||
* | Build Ubuntu 16.04 (Xenial) package in Travis | Pierre Ossman | 2019-01-21 | 2 | -0/+65 |