aboutsummaryrefslogtreecommitdiffstats
path: root/.github/containers/centos7/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* More verbose output for container buildsPierre Ossman2022-09-031-6/+6
|
* Store artifacts from Github actionsPierre Ossman2022-07-051-0/+4
| | | | | | Might be useful for testing in some cases. Note that the Windows and Linux binaries will depend on libraries from the build environment. So the user will need to match those manually.
* Raise CMake requirement to 3.10Pierre Ossman2021-11-051-0/+1
| | | | | | It's difficult to support both old and new versions, so raise the requirement to the oldest that is commonly used, which is CMake 3.10.2 on Ubuntu 18.04.
* Convert CI to GitHub ActionsPierre Ossman2021-06-081-0/+40
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.