appveyor.yml: Set LD_LIBRARY_PATH for ctest on Linux.

Otherwise, it can't find libromdata.so.1.
This commit is contained in:
David Korth 2022-08-30 19:31:38 -04:00
parent 69b8657387
commit 28d3fb7f1c

View File

@ -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