Compare commits

...

4 Commits

Author SHA1 Message Date
Stefan Schmidt 03d78b827a Revert "run withough ninja test for clear stats on exactness coverage"
This reverts commit 200fb2d058.
2020-07-17 16:15:53 +02:00
Stefan Schmidt 200fb2d058 run withough ninja test for clear stats on exactness coverage 2020-07-17 13:57:39 +02:00
Stefan Schmidt 87bc10f1a2 ci: run exactness for codecov build 2020-07-17 13:47:58 +02:00
Stefan Schmidt 0ab5a2ed4d TO BE REVERTED. JUST FOR FASTER TESTING. 2020-07-17 13:47:58 +02:00
2 changed files with 4 additions and 14 deletions

View File

@ -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"

View File

@ -76,10 +76,8 @@ jobs:
if: type = cron
env: DISTRO=Fedora32 CI_BUILD_TYPE=asan
- os: linux
if: type = cron
env: DISTRO=Fedora32-exactness CI_BUILD_TYPE=exactness
- os: linux
if: type = cron
env: CI_BUILD_TYPE=codecov
- os: linux
if: type = cron
@ -143,15 +141,3 @@ before_cache:
else
mv $HOME/Library/Caches/Homebrew $HOME/cachedir/Homebrew
fi
notifications:
irc:
channels:
- "chat.freenode.net#edevelop"
on_success: change
on_failure: always
template:
- "TravisCI build %{build_number} in branch %{branch}: %{result} - %{message} (%{elapsed_time})"
- "Commit: %{commit_subject} (%{commit}) from %{author}"
- "Change view : %{compare_url}"
- "Build details : %{build_url}"