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-24
See what's in /mingw64/bin
John J. Camilleri
2020-11-19
sudo mkdir
John J. Camilleri
2020-11-19
Make directory first
John J. Camilleri
2020-11-19
Create symlink to JNI headers in a place where the Java runtime makefile looks
John J. Camilleri
2020-11-19
Rename artifacts
John J. Camilleri
2020-11-19
Add 'export CPPFLAGS' line to macOS build
John J. Camilleri
2020-11-18
Add more test commands for JNI in macOS; re-enable mac & Windows builds on pu...
John J. Camilleri
2020-11-18
Don't build binaries on push
John J. Camilleri
2020-11-18
Remove locate command, which fails because of missing DB
John J. Camilleri
2020-11-18
Add debugging output to macOS build for locating JNI headers
John J. Camilleri
2020-11-18
Install openjdk in macOS build
John J. Camilleri
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