index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.github
/
workflows
/
build-macos-package.yml
Age
Commit message (
Expand
)
Author
2020-11-16
Replace _ with -
John J. Camilleri
2020-11-16
Upload artifact directly without copying elsewhere in between
John J. Camilleri
2020-11-16
Install alex and happy
John J. Camilleri
2020-11-16
Build on push too
John J. Camilleri
2020-11-16
Remove RGL from build, use 'cabal v1-' commands
John J. Camilleri
2020-11-09
Change setup-haskell version to just v1
John J. Camilleri
2020-11-09
Use GHC 8.4.4
John J. Camilleri
2020-11-09
Fix macOS version at 10.13
John J. Camilleri
2020-11-09
Use newer version of setup-haskell
John J. Camilleri
2020-11-09
Blurt out cabal version in both action and build script
John J. Camilleri
2020-11-09
Try removing something that looks like a typo
John J. Camilleri
2020-11-09
Try to set PREFIX env var
John J. Camilleri
2020-11-09
Explicitly specify env vars when building GF (test)
John J. Camilleri
2020-11-09
Change cabal version to 2.4, to match GHC 8.6.5
John J. Camilleri
2020-11-09
Comment cabal freeze and caching in case it was causing build error below
John J. Camilleri
2020-11-09
Install Haskell via setup-haskell action, install build tools for C runtime
John J. Camilleri
2020-11-09
Try to install GHC/Cabal via Homebrew
John J. Camilleri
2020-11-09
Add first attempt at GitHub action file for building .pkg
John J. Camilleri