Skip to content
Snippets Groups Projects
Commit 304334a9 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Hm... I didn't think setting LD_LIBRARY_PATH would be needed

... but worth a try here
parent b53254b6
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ smoketest-jsexec-linux:
extends: .rules
script:
- cd src/sbbs3
- export LD_LIBRARY_PATH=$(realpath *.lib.release)
- "*.exe.release/jsexec -C -c../../ctrl -r 'exit(0)'"
dependencies: [sbbs-linux]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment