summaryrefslogtreecommitdiff
path: root/.github/workflows/autotools.yml
Commit message (Collapse)AuthorAgeFilesLines
* github actions: Align cmake step names with the autotools build.Ralph Giles2021-07-091-1/+1
| | | | | | Make it a little more clear how steps correspond, and add 'build' to both workflow names so the intention of the runs is explicit on the actions page.
* github actions: Add a GNU autotools build.Ralph Giles2021-07-091-0/+40
This only runs on linux and macOS, but supports the important `distcheck` target. We ask homebrew to install libtool and pkg-config on macOS. These are required for the autotools build, but aclocal at least seems not to be available in the latest image. We don't do a general homebrew update since that can take several minutes, at least doubling the time it takes to runthhe job. Just using the defaults the image provides is a better tradeoff.