1
0
forked from GitHub/gf-core

Copy compiled Java files from local

This commit is contained in:
John J. Camilleri
2020-11-24 22:09:37 +01:00
parent 78c1c099df
commit 4bcde7d6a2

View File

@@ -61,7 +61,8 @@ jobs:
WINDOWS_LDFLAGS="-L\"/mingw64/lib\" -no-undefined"
make install
find /mingw64 -name jpgf.jar
cp /mingw64/lib/jpgf.jar /c/tmp-dist
cp .libs//msys-jpgf-0.dll /c/tmp-dist
cp jpgf.jar /c/tmp-dist
# - name: Build Python bindings