summaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* build: run `apt update` before installing dependenciesRafael G. Martins2024-06-021-1/+5
|
* build: replace autotools with cmakeRafael G. Martins2024-05-212-100/+263
| | | | | | | | | | | | | | | this patch removes all the autoconf/automake/libtool build infrastructure and replaces it with cmake. notable default behavior changes: - man pages are not pre-built, and are not built by default, must be enabled with `-DBUILD_MANPAGES=ON`. removed features: - srpm packaging, to be reintroduced at some point. - deb packaging, now handled externally via rafaelmartins/deb.rgm.io more stuff must be missing, please report bugs!
* build: debian: disable tests for recent distrosRafael G. Martins2023-02-121-2/+2
| | | | | git-fast-import hangs for some reason I don't know yet when running under dpkg-buildpackage, but works fine otherwise.
* build: debian: upgrade releasesRafael G. Martins2023-02-121-6/+9
|
* build: actions: update debian/ubuntu releasesRafael G. Martins2022-02-091-3/+3
|
* build: debian: split jobsRafael G. Martins2021-01-021-3/+15
|
* added debian packagingRafael G. Martins2020-12-311-1/+7
|
* build: remove hack to use old rubygemsRafael G. Martins2020-11-261-1/+0
|
* build: github-actions: update apt database and use ubuntu-20.04Rafael G. Martins2020-09-111-7/+8
|
* build: github-actions: simplify stepsRafael G. Martins2020-05-101-8/+1
|
* build: github-actions: ruby/ronn fixesRafael G. Martins2020-05-101-1/+3
| | | | | - suppress warnings by downgrading rubygems to 3.0.6 - do not install ronn as root on macos
* build: re-add dist-srpm targetRafael G. Martins2020-05-091-0/+3
|
* build: fix publication of clang-analyzer resultsRafael G. Martins2020-05-091-2/+2
|
* build: migrate from travis-ci to github-actionsRafael G. Martins2020-05-091-0/+81