build-openblt-tools-linux

one step back
This commit is contained in:
rusefillc 2023-12-24 19:03:05 -05:00
parent 2f47501571
commit 55fccd8714
2 changed files with 15 additions and 12 deletions

View File

@ -88,7 +88,9 @@ jobs:
build-firmware:
runs-on: ubuntu-latest
needs: [build-openblt-tools-linux, release]
needs: [
#build-openblt-tools-linux,
release]
strategy:
# Let all builds finish even if one fails early
@ -554,17 +556,17 @@ jobs:
# 'OS="Windows_NT"' allows us to build Windows executable on unix
run: OS="Windows_NT" bash misc/jenkins/build_simulator.sh
- name: check openblt
run: ls -l ./firmware/ext/openblt/Host/
# - name: check openblt
# run: ls -l ./firmware/ext/openblt/Host/
- name: Download OpenBLT BootCommander Tool
uses: actions/download-artifact@v3
with:
name: bootcomander-linux
path: ./firmware/ext/openblt/Host/
# - name: Download OpenBLT BootCommander Tool
# uses: actions/download-artifact@v3
# with:
# name: bootcomander-linux
# path: ./firmware/ext/openblt/Host/
- name: check openblt
run: ls -l ./firmware/ext/openblt/Host/
# - name: check openblt
# run: ls -l ./firmware/ext/openblt/Host/
# Build the firmware!
- name: Build Firmware

View File

@ -71,8 +71,9 @@ cp java_console/*.dll $CONSOLE_FOLDER
cp -r java_console/bin $FOLDER
cp firmware/ext/openblt/Host/BootCommander.exe $OPENBLT_FOLDER
cp firmware/ext/openblt/Host/libopenblt.dll $OPENBLT_FOLDER
cp firmware/ext/openblt/Host/BootCommander $OPENBLT_FOLDER
cp firmware/ext/openblt/Host/libopenblt.so $OPENBLT_FOLDER
# todo: fix build-openblt-tools-linux job first!
#cp firmware/ext/openblt/Host/BootCommander $OPENBLT_FOLDER
#cp firmware/ext/openblt/Host/libopenblt.so $OPENBLT_FOLDER
cp misc/console_launcher/readme.html $FOLDER