mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Add more test commands for JNI in macOS; re-enable mac & Windows builds on push for testing
This commit is contained in:
5
.github/workflows/build-macos-package.yml
vendored
5
.github/workflows/build-macos-package.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/build-windows-package.yml
vendored
1
.github/workflows/build-windows-package.yml
vendored
@@ -1,6 +1,7 @@
|
||||
name: Build Windows Package
|
||||
|
||||
on:
|
||||
push: # testing until merged into master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user