summaryrefslogtreecommitdiff
path: root/.github/workflows/meson-clang-10.yml
Commit message (Collapse)AuthorAgeFilesLines
* README.md, CI: meson -> meson setupHEADmasterKjell Ahlstedt2023-04-031-1/+1
|
* CI: Remove some tests with autotoolsKjell Ahlstedt2022-05-171-2/+2
| | | | | Remove the tests with autotools build and clang 8, clang 9, gcc 8 and gcc 9. Test meson build with gcc 10 instead of gcc 9.
* meson.build: Specify 'check' option in run_command()Kjell Ahlstedt2022-02-111-2/+2
| | | | | | The default value will be changed in future Meson releases. Don't use deprecated python3.path() and execute(..., gui_app: ...).
* CI: Install docbook-xsl where documentation is builtKjell Ahlstedt2022-01-091-1/+1
| | | | | | | | If docbook-xsl is installed, the xsltproc command reads stylesheets from local files instead of from http://docbook.sourceforge.net. Faster and safer. Reading from docbook.sourceforge.net sometimes fails. Remove test with g++-7.
* CI, Meson build: Install packages for validating XML fileKjell Ahlstedt2021-09-241-1/+1
| | | | | libxml2-utils and docbook5-xml are necessary in order to validate the XML file in docs/docs/manual/.
* Require meson >= 0.54.0Kjell Ahlstedt2021-08-221-4/+5
|
* GitHub actions: Use ubuntu-20.04 directlyMurray Cumming2021-01-021-5/+4
| | | | | | | | | | 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: Do some tests with MesonKjell Ahlstedt2020-12-111-0/+35
Remove test with clang 7. Test gcc 9 and clang 10 with meson instead of autotools.