summaryrefslogtreecommitdiff
path: root/.github/workflows/build-all-versions.yml
AgeCommit message (Collapse)Author
2023-09-25Don't build twice for tests in CIAndreas Källberg
2023-09-11Fix typoAndreas Källberg
2023-09-11Fix ghc-7.10.3 build in gh-actionsAndreas Källberg
ghc-7.10.3 is not supported in the latest builder, so we need an older version of ubuntu for it to work
2023-09-11Bump version of haskell github actionAndreas Källberg
The old one was failing
2022-03-05Add ghc-9.0.2 to CIInari Listenmaa
2022-03-05Upgrade to ghc-8.10.7Andreas Källberg
This version has better support for m1 macbooks
2022-03-05Add restore key to cacheAndreas Källberg
2022-03-05Another attempt at fixing linker errorsAndreas Källberg
2022-03-05Upgrade haskell setup actionAndreas Källberg
2022-03-05Clear stack cache and make cache-key more fine-grainedAndreas Källberg
Attempt at fixing #137
2021-07-25Update to newest haskell github actionAndreas Källberg
Also fix so the stack builds use the correct ghc versions
2021-07-12Github actions: Fix build for stackAndreas Källberg
2021-06-17Disable cabal testsAndreas Källberg
The test suite isn't currently able to find the gf executable on cabal
2021-06-17Enable tests in github actionsAndreas Källberg
2021-01-25Update also the stack setupInari Listenmaa
2021-01-25Update Github actions to latest haskell-setupInari Listenmaa
2020-11-18Install openjdk in macOS buildJohn J. Camilleri
2020-09-12First attempt at github actions for stackAndreas Källberg