mirror of
https://github.com/falk-werner/webfused
synced 2026-03-02 04:09:19 +00:00
fix: set LD_LIBRARY_PATH
This commit is contained in:
@@ -28,7 +28,6 @@ addons:
|
||||
- valgrind
|
||||
|
||||
env:
|
||||
- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
|
||||
matrix:
|
||||
- BUILD_TYPE=debug COVERAGE=true CHECK_OPTS=
|
||||
- BUILD_TYPE=debug COVERAGE=false CHECK_OPTS=--wrap='valgrind --error-exitcode=42'
|
||||
@@ -46,6 +45,7 @@ before_script:
|
||||
- ninja
|
||||
|
||||
script:
|
||||
- export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
|
||||
- meson test --print-errorlogs $CHECK_OPTS
|
||||
|
||||
after_success:
|
||||
|
||||
Reference in New Issue
Block a user