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
ef72d00d10
commit
2b4d2b31b9
@ -36,6 +36,7 @@ env:
|
|||||||
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:/usr/local/lib/x86_64-linux-gnu
|
||||||
- sudo pip3 install --system meson
|
- sudo pip3 install --system meson
|
||||||
- ./install_deps.sh
|
- ./install_deps.sh
|
||||||
|
|
||||||
@ -45,8 +46,7 @@ before_script:
|
|||||||
- ninja
|
- ninja
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
|
- echo LD_LIBRARY_PATH $LD_LIBRARY_PATH
|
||||||
- echo $LD_LIBRARY_PATH
|
|
||||||
- meson test --print-errorlogs $CHECK_OPTS
|
- meson test --print-errorlogs $CHECK_OPTS
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
Loading…
Reference in New Issue
Block a user