diff options
-rwxr-xr-x | .ci/ci-make-check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/ci-make-check.sh b/.ci/ci-make-check.sh index fb1861b602..74cb256728 100755 --- a/.ci/ci-make-check.sh +++ b/.ci/ci-make-check.sh | |||
@@ -18,7 +18,7 @@ if [ "$1" = "codecov" ] ; then | |||
18 | # done | 18 | # done |
19 | git clone --depth=1 --branch=devs/stefan/ci-integration https://git.enlightenment.org/tools/exactness-elm-data.git | 19 | git clone --depth=1 --branch=devs/stefan/ci-integration https://git.enlightenment.org/tools/exactness-elm-data.git |
20 | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib | 20 | export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib |
21 | ldconfig | 21 | sudo ldconfig |
22 | 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 | 22 | 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 |
23 | curl -s https://codecov.io/bash | bash -s - | 23 | curl -s https://codecov.io/bash | bash -s - |
24 | exit 0 | 24 | exit 0 |