From 87bc10f1a2e9b1be4526fcd832e6849ffd6ca8b4 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 11 Feb 2020 09:22:14 +0100 Subject: [PATCH] ci: run exactness for codecov build --- .ci/ci-make-check.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci/ci-make-check.sh b/.ci/ci-make-check.sh index 17fedfea65..9ef14add74 100755 --- a/.ci/ci-make-check.sh +++ b/.ci/ci-make-check.sh @@ -18,6 +18,10 @@ if [ "$1" = "codecov" ] ; then if [ $tries != ${NUM_TRIES} ] ; then echo "tests failed, trying again!" ; fi false done + git clone --depth=1 --branch=devs/stefan/ci-ubuntu-bionic https://git.enlightenment.org/tools/exactness-elm-data.git + export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib + sudo 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-ubuntu-bionic-tests.txt curl -s https://codecov.io/bash | bash -s - travis_time_finish "codecov" travis_fold end "codecov"