summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Expand)Author
2020-11-09Change cabal version to 2.4, to match GHC 8.6.5John J. Camilleri
2020-11-09Comment cabal freeze and caching in case it was causing build error belowJohn J. Camilleri
2020-11-09Install Haskell via setup-haskell action, install build tools for C runtimeJohn J. Camilleri
2020-11-09Try to install GHC/Cabal via HomebrewJohn J. Camilleri
2020-11-09Add first attempt at GitHub action file for building .pkgJohn J. Camilleri
2020-10-08Make CI greenAndreas Källberg
2020-09-12First attempt at github actions for stackAndreas Källberg
2020-09-05Update package database on ubuntu buildAndreas Källberg
2020-06-30Copy packages so that upload-artifact can find themJohn J. Camilleri
2020-06-30Try alternate way for uploading artifactJohn J. Camilleri
2020-06-30Try alternate way of cloning RGL one level upJohn J. Camilleri
2020-06-30Add txt2tags and pandoc to build envJohn J. Camilleri
2020-06-30Add sudo to apt commandJohn J. Camilleri
2020-06-30First attempt at GitHub action for building Debian packageJohn J. Camilleri
2020-06-15Add friendly name to upload jobJohn J. Camilleri
2020-06-15Only upload to PyPI on pushes to master.Michael Elsdörfer
2020-06-15Fix twine upload.Michael Elsdörfer
2020-06-14Remove references to live PyPI.Michael Elsdörfer
2020-06-14Make sure sdist is included.Michael Elsdörfer
2020-06-14Bring back fail-fast.Michael Elsdörfer
2020-06-14Add upload to PyPI step.Michael Elsdörfer
2020-06-14Add Github action workflow to build Python wheels.Michael Elsdörfer