summaryrefslogtreecommitdiffhomepage
path: root/.woodpecker/build.yaml
AgeCommit message (Collapse)Author
4 daysUpdate to woodpecker to allow manual triggeringjao
5 daysImplement woodpecker ci workflowAlexander 'ccntrq' Pankoff
This commits implements a ci workflow for Codeberg's hosted woodpecker instances that verifies xmobar can be built with the ghc versions we claim support for. Currently there is a known issue with ghc>9.12.2 (https://github.com/gtk2hs/gtk2hs/issues/348) that's why we don't run the built with ghc 9.12 and 9.14 until that issue is resolved upstream Closes: #784