Skip to content
Snippets Groups Projects
Unverified Commit b9ebc6bb authored by viktor.velitchk's avatar viktor.velitchk
Browse files

Added jre to PATH

parent 49b5d318
No related branches found
No related tags found
No related merge requests found
Pipeline #26695 passed
......@@ -2,8 +2,8 @@
build-and-deploy:
image: toshayo/mcuxpresso:latest
script:
- /usr/local/mcuxpressoide/ide/mcuxpressoide -nosplash --launcher.suppressErrors -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data . -import mbed-os -cleanBuild mbed-os/Debug
- /usr/local/mcuxpressoide/ide/mcuxpressoide -nosplash --launcher.suppressErrors -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data . -import main -cleanBuild main/Debug
- PATH="/usr/local/mcuxpressoide/ide/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.5.v20221102-0933/jre/bin:$PATH" /usr/local/mcuxpressoide/ide/mcuxpressoide -nosplash --launcher.suppressErrors -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data . -import mbed-os -cleanBuild mbed-os/Debug
- PATH="/usr/local/mcuxpressoide/ide/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.5.v20221102-0933/jre/bin:$PATH" /usr/local/mcuxpressoide/ide/mcuxpressoide -nosplash --launcher.suppressErrors -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data . -import main -cleanBuild main/Debug
- cp main/Debug/main.axf main.axf
#- /usr/local/mcuxpressoide/ide/binaries/crt_emu_cm_redlink -p LPC1769 --flash-load-exec main/Debug/main.axf
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment