mirror of
https://github.com/falk-werner/webfused
synced 2024-10-27 20:44:08 +00:00
fix: set LD_LIBRARY_PATH
This commit is contained in:
parent
bbe3b7b669
commit
9d4ddf271c
@ -28,7 +28,6 @@ addons:
|
|||||||
- valgrind
|
- valgrind
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
|
|
||||||
matrix:
|
matrix:
|
||||||
- BUILD_TYPE=debug COVERAGE=true CHECK_OPTS=
|
- BUILD_TYPE=debug COVERAGE=true CHECK_OPTS=
|
||||||
- BUILD_TYPE=debug COVERAGE=false CHECK_OPTS=--wrap='valgrind --error-exitcode=42'
|
- BUILD_TYPE=debug COVERAGE=false CHECK_OPTS=--wrap='valgrind --error-exitcode=42'
|
||||||
@ -46,6 +45,7 @@ before_script:
|
|||||||
- ninja
|
- ninja
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
|
||||||
- meson test --print-errorlogs $CHECK_OPTS
|
- meson test --print-errorlogs $CHECK_OPTS
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
Loading…
Reference in New Issue
Block a user