todo: proper build of build-libopenblt #5866
This commit is contained in:
parent
c1a42a6d73
commit
5039f7693e
|
@ -110,6 +110,7 @@ jobs:
|
|||
build-firmware:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [
|
||||
# todo proper build of build-libopenblt #5866
|
||||
#build-libopenblt-linux,
|
||||
#build-libopenblt-macos,
|
||||
release]
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ac28248eea50883df4477f58d49e6eeefb547df6
|
||||
Subproject commit 1c1d073cf2c6f0de429cf9ecbf19658e7ccf057a
|
|
@ -70,11 +70,13 @@ cp misc/console_launcher/update-ts-cacerts/* $update_ts_cacerts_FOLDER
|
|||
cp java_console/*.dll $CONSOLE_FOLDER
|
||||
cp -r java_console/bin $FOLDER
|
||||
cp firmware/ext/openblt/Host/libopenblt.dll $CONSOLE_FOLDER
|
||||
#cp firmware/ext/openblt/Host/libopenblt.so $CONSOLE_FOLDER
|
||||
#cp firmware/ext/openblt/Host/libopenblt.dylib $CONSOLE_FOLDER
|
||||
# todo: proper build of build-libopenblt #5866 instead of having magic pre-compiled artifacts?
|
||||
cp firmware/ext/openblt/Host/libopenblt.so $CONSOLE_FOLDER
|
||||
# *.dylib are Mac OS dynamic library files
|
||||
cp firmware/ext/openblt/Host/libopenblt.dylib $CONSOLE_FOLDER
|
||||
cp firmware/ext/openblt/Host/openblt_jni.dll $CONSOLE_FOLDER
|
||||
#cp firmware/ext/openblt/Host/libopenblt_jni.so $CONSOLE_FOLDER
|
||||
#cp firmware/ext/openblt/Host/libopenblt_jni.dylib $CONSOLE_FOLDER
|
||||
cp firmware/ext/openblt/Host/libopenblt_jni.so $CONSOLE_FOLDER
|
||||
cp firmware/ext/openblt/Host/libopenblt_jni.dylib $CONSOLE_FOLDER
|
||||
|
||||
cp misc/console_launcher/readme.html $FOLDER
|
||||
|
||||
|
|
Loading…
Reference in New Issue