From a673e4a91dad0d6fbc2789a2d23d2a7b2ff54a16 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 6 Feb 2020 09:55:15 +0100 Subject: [PATCH] run ldcofnig to let exactness find libs --- .ci/ci-make-check.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/ci-make-check.sh b/.ci/ci-make-check.sh index c47800d521..fb1861b602 100755 --- a/.ci/ci-make-check.sh +++ b/.ci/ci-make-check.sh @@ -17,7 +17,8 @@ if [ "$1" = "codecov" ] ; then # false # done git clone --depth=1 --branch=devs/stefan/ci-integration https://git.enlightenment.org/tools/exactness-elm-data.git -#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib:/usr/local/lib64 + export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib + ldconfig EINA_LOG_LEVELS_GLOB=eina_*:0,ecore*:0,efreet*:0,eldbus:0,elementary:0 exactness -j 20 -b exactness-elm-data/default-profile -p exactness-elm-data/default-profile/ci-integration-tests.txt curl -s https://codecov.io/bash | bash -s - exit 0