summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2026-01-22ci: update build / test scriptDirk-Jan C. Binnema
No need for 'autogen.sh' or libtool
2024-03-15github: update ubuntu ci buildDirk-Jan C. Binnema
Turn off sanitize-address (which seems to hang atm) Add libcld2-dev
2023-01-16github: try to build with emacs/texinfo as wellDirk-Jan C. Binnema
catch more things in the builder
2022-12-31ci: build with guile supportDirk-Jan C. Binnema
2022-05-18ci: run with the address sanitizerDirk-Jan C. Binnema
2022-04-06ci: remove msys attemptDirk-Jan C. Binnema
Seems we need an expert!
2022-04-06ci: attempt to setup msys2 buildDirk-Jan C. Binnema
Likely won't work, but it's a start.
2022-02-26build: do verbose test upon failureDirk-Jan C. Binnema
2021-10-18build: fix macos/clang build (disable guile)Dirk-Jan C. Binnema
error: invalid argument '-std=gnu11' not allowed with 'C++'
2021-08-29build: update github workflow for mesonDirk-Jan C. Binnema
attempt to build with meson
2021-05-29actions: disable guile for nowDirk-Jan C. Binnema
Seems it's picking up some version of Guile on MacOS which is not working.
2020-06-12add CI: run tests suite with GitHub actionsBen Swift
currently this runs tests on the latest Ubuntu LTS and the latest macOS should be straightforward to run tests on any of the other [supported environments](https://github.com/actions/virtual-environments) or in a Docker container