summaryrefslogtreecommitdiff
path: root/.github/workflows/autotools-clang-9.yml
Commit message (Collapse)AuthorAgeFilesLines
* GitHub actions: Use ubuntu-20.04 directlyMurray Cumming2021-01-021-4/+3
| | | | | | | | | | GitHub Actions now supports ubuntu-20.04 directly, not only via a separate container: https://github.com/actions/virtual-environments And use ubuntu-18.04 instead of ubuntu-latest, because that's what it currently is, but ubuntu-latest will change to mean ubuntu-20.04 soon: https://github.com/actions/virtual-environments/issues/1816
* CI: Test clang-9 in Ubuntu 20.04Kjell Ahlstedt2020-12-141-5/+7
|
* GitHub Actions CI: Remove extra configure callsMurray Cumming2019-10-291-1/+0
| | | | | ./autogen.sh already runs configure, passing the arguments. This is why the builds didn't fail when there were compiler errors.
* GitHub Actions CI: Specify CXX before make distcheckMurray Cumming2019-10-271-1/+4
| | | | | As in the build step. Otherwise, the distcheck's configure run will just pick up the default compiler again.
* GitHub Actions CI: Add a clang++ 9 buildMurray Cumming2019-10-271-0/+24
This uses a newer Ubuntu version by specifying a different docker image. Because of that, we no longer need to use sudo with apt.