mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
First attempt at building Java bindings
This commit is contained in:
11
.github/workflows/build-windows-package.yml
vendored
11
.github/workflows/build-windows-package.yml
vendored
@@ -57,8 +57,15 @@ jobs:
|
||||
path: C:\tmp-dist\*
|
||||
if-no-files-found: error
|
||||
|
||||
# - name: Build Java bindings
|
||||
#
|
||||
- name: Build Java bindings
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
cd src/runtime/java
|
||||
make \
|
||||
JNI_INCLUDES="-I \"/c/Program Files/Java/jdk8u275-b01/include\" -I \"/c/Program Files/Java/jdk8u275-b01/include/win32\" -I \"/mingw64/local/include\" " \
|
||||
WINDOWS_LDFLAGS="-L\"/mingw64/local/lib\" -no-undefined"
|
||||
make install
|
||||
|
||||
# - name: Upload Java bindings to artifact
|
||||
#
|
||||
# - name: Build Python bindings
|
||||
|
||||
Reference in New Issue
Block a user