mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 19:45:41 -04:00
appveyor.yml: Set LD_LIBRARY_PATH for ctest on Linux.
Otherwise, it can't find libromdata.so.1.
This commit is contained in:
parent
69b8657387
commit
28d3fb7f1c
@ -56,7 +56,7 @@ test_script:
|
||||
- cmd: cd %APPVEYOR_BUILD_FOLDER%\build
|
||||
- cmd: ctest -V -C %CONFIGURATION%
|
||||
- sh: cd ${APPVEYOR_BUILD_FOLDER}/build
|
||||
- sh: ctest -V -C ${CONFIGURATION}
|
||||
- sh: LD_LIBRARY_PATH=${APPVEYOR_BUILD_FOLDER}/build/lib ctest -V -C ${CONFIGURATION}
|
||||
|
||||
after_test:
|
||||
- cmd: cd %APPVEYOR_BUILD_FOLDER%\build
|
||||
|
Loading…
Reference in New Issue
Block a user