summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2024-10-23Use different artifact names as is required by upload-artifact@v4Andreas Källberg
2024-10-23add sudo to make install to fix CI failureAndreas Källberg
2024-10-23add glibtoolize dependency for mac CIAndreas Källberg
2024-10-23Bump more action versionsAndreas Källberg
2024-10-23fix typoAndreas Källberg
2024-10-23Update setup-python github actionAndreas Källberg
Let's see if this fixes CI
2024-09-03Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflowsdependabot[bot]
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-17use older python version to keep distutilsInari Listenmaa
2023-09-25gh-actions: Bump the python versionAndreas Källberg
cibuildwheel requires python >= 3.8
2023-09-25gh-actions: Don't use ubuntu-18 and macos-10.15Andreas Källberg
There are no longer any gihub actions runners available for these Note that this means we can't build for ubuntu-18 anymore, but that should hopefully no longer be relevant, since it's over 5 years old now.
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-25Rename packages based on git tagAndreas Källberg
2021-07-25Upload release assets automatically as wellAndreas Källberg
2021-07-25Only run the script once per releaseAndreas Källberg
2021-07-25Update release script to build for two ubuntu versionsAndreas Källberg
2021-07-25Build ubuntu packages on ubuntu-latestAndreas Källberg
Fixes #74
2021-07-25Update to newest haskell github actionAndreas Källberg
Also fix so the stack builds use the correct ghc versions
2021-07-23Change Python 3.8 to 3.9John J. Camilleri
2021-07-22Update path in main workflow for binariesJohn J. Camilleri
2021-07-22Try without rewriting envvarJohn J. Camilleri
2021-07-22Update pathJohn J. Camilleri
2021-07-22Try another pathJohn J. Camilleri
2021-07-22Narrow search, print env varJohn J. Camilleri
2021-07-22Find Java stuffJohn J. Camilleri
2021-07-22Add separate Windows binary CI action for easier testingJohn J. Camilleri
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-06-11changed build wheels repo link from master to mainTristan Koh
2021-01-25Update also the stack setupInari Listenmaa
2021-01-25Update Github actions to latest haskell-setupInari Listenmaa
2020-11-30Add note about why we're not using Setup Haskell action for Ubuntu build.John J. Camilleri
2020-11-30Update release instructionsJohn J. Camilleri
2020-11-30Combine binary workflows into one with multiple jobsJohn J. Camilleri
2020-11-30Update RELEASE.mdJohn J. Camilleri
2020-11-27Copy things into subfoldersJohn J. Camilleri
2020-11-27Install python-devel in msys2John J. Camilleri
2020-11-27Install pip in msys2John J. Camilleri
2020-11-26Inherit path with Python compilation tooJohn J. Camilleri
2020-11-26Inherit path when running pipJohn J. Camilleri
2020-11-26Change echo path command in powershellJohn J. Camilleri