summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-02-11 09:22:14 +0100
committerStefan Schmidt <s.schmidt@samsung.com>2020-04-28 14:54:34 +0200
commit2451127ab7f2bdc317bfba895d603fd7caad88f9 (patch)
tree3f440299c6aa6bbd5176dc96562aac4274d8f5a6
parent32268245236969c629d72cfc5daeb687e7c48253 (diff)
downloadefl-devs/stefan/ci-exactness.tar.gz
ci: run exactness for codecov builddevs/stefan/ci-exactness
-rwxr-xr-x.ci/ci-make-check.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.ci/ci-make-check.sh b/.ci/ci-make-check.sh
index 002ca8c625..0dd8252dc1 100755
--- a/.ci/ci-make-check.sh
+++ b/.ci/ci-make-check.sh
@@ -17,6 +17,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-integration 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/tests.txt
curl -s https://codecov.io/bash | bash -s -
exit 0
fi