mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 21:39:32 -06:00
Copy jpgf.jar to dist
This commit is contained in:
7
.github/workflows/build-windows-package.yml
vendored
7
.github/workflows/build-windows-package.yml
vendored
@@ -48,20 +48,19 @@ jobs:
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
cp /mingw64/bin/*.dll /c/tmp-dist
|
||||
cp /mingw64/bin/libpgf-0.dll /c/tmp-dist
|
||||
cp /mingw64/bin/libgu-0.dll /c/tmp-dist
|
||||
|
||||
- name: Build Java bindings
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
echo $PATH
|
||||
export PATH="${PATH}:/c/Program Files/Java/jdk8u275-b01/bin"
|
||||
|
||||
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/include\" -D__int64=int64_t" \
|
||||
WINDOWS_LDFLAGS="-L\"/mingw64/lib\" -no-undefined"
|
||||
make install
|
||||
# cp ... /c/tmp-dist
|
||||
cp /usr/local/lib/jpgf.jar /c/tmp-dist
|
||||
|
||||
# - name: Build Python bindings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user