Add more test commands for JNI in macOS; re-enable mac & Windows builds on push for testing

This commit is contained in:
John J. Camilleri
2020-11-18 23:48:20 +01:00
parent 293d05fde1
commit b0341ec42d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
name: Build macOS Package
on:
push: # testing until merged into master
workflow_dispatch:
jobs:
@@ -17,7 +18,9 @@ jobs:
- uses: actions/checkout@v2
# just to see output
- run: find / -name jni.h
- run: echo $JAVA_HOME
- run: echo $JAVA_INCLUDE_DIR
- run: export JAVA_INCLUDE_DIR=/usr/local/Cellar/openjdk/15.0.1/include
- run: brew reinstall openjdk
- name: Setup Haskell

View File

@@ -1,6 +1,7 @@
name: Build Windows Package
on:
push: # testing until merged into master
workflow_dispatch:
jobs: