summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2020-11-18First install dependencies in Windows buildJohn J. Camilleri
2020-11-18Remove locate command, which fails because of missing DBJohn J. Camilleri
2020-11-18Add debugging output to macOS build for locating JNI headersJohn J. Camilleri
2020-11-18Add first attempt at Windows buildJohn J. Camilleri
2020-11-18Install openjdk in macOS buildJohn J. Camilleri
2020-11-17Copy package from parent dir first because upload-artifact doesn't allow ..John J. Camilleri
2020-11-17Remove RGL and HTML from Debian buildJohn J. Camilleri
2020-11-16Replace _ with -John J. Camilleri
2020-11-16Upload artifact directly without copying elsewhere in betweenJohn J. Camilleri
2020-11-16Install alex and happyJohn J. Camilleri
2020-11-16Build on push tooJohn J. Camilleri
2020-11-16Remove RGL from build, use 'cabal v1-' commandsJohn J. Camilleri
2020-11-09Change setup-haskell version to just v1John J. Camilleri
2020-11-09Use GHC 8.4.4John J. Camilleri
2020-11-09Fix macOS version at 10.13John J. Camilleri
2020-11-09Use newer version of setup-haskellJohn J. Camilleri
2020-11-09Blurt out cabal version in both action and build scriptJohn J. Camilleri
2020-11-09Try removing something that looks like a typoJohn J. Camilleri
2020-11-09Try to set PREFIX env varJohn J. Camilleri
2020-11-09Explicitly specify env vars when building GF (test)John J. Camilleri
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
https://github.com/GrammaticalFramework/gf-core/runs/1374091798?check_suite_focus=true
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
See https://github.com/joerick/cibuildwheel/issues/446
2020-09-12First attempt at github actions for stackAndreas Källberg
2020-09-05Update package database on ubuntu buildAndreas Källberg
Fixes 404 error: https://github.com/GrammaticalFramework/gf-core/runs/1076062405
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
https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#administrative-privileges-of-github-hosted-runners
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