mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -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
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
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
|
- name: Build Java bindings
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
run: |
|
run: |
|
||||||
echo $PATH
|
|
||||||
export PATH="${PATH}:/c/Program Files/Java/jdk8u275-b01/bin"
|
export PATH="${PATH}:/c/Program Files/Java/jdk8u275-b01/bin"
|
||||||
|
|
||||||
cd src/runtime/java
|
cd src/runtime/java
|
||||||
make \
|
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" \
|
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"
|
WINDOWS_LDFLAGS="-L\"/mingw64/lib\" -no-undefined"
|
||||||
make install
|
make install
|
||||||
# cp ... /c/tmp-dist
|
cp /usr/local/lib/jpgf.jar /c/tmp-dist
|
||||||
|
|
||||||
# - name: Build Python bindings
|
# - name: Build Python bindings
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user