summaryrefslogtreecommitdiff
path: root/.ci/ci-build-test.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/ci-build-test.sh')
-rwxr-xr-x.ci/ci-build-test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/ci-build-test.sh b/.ci/ci-build-test.sh
index 05b753e38b..949fede958 100755
--- a/.ci/ci-build-test.sh
+++ b/.ci/ci-build-test.sh
@@ -3,14 +3,14 @@
set -e
. .ci/travis.sh
-if [ "$1" = "coverity" ] || [ "$1" = "mingw" ] || [ "$1" = "release-ready" ] ; then
+if [ "$1" = "codecov" ] || [ "$1" = "coverity" ] || [ "$1" = "mingw" ] || [ "$1" = "release-ready" ]; then
exit 0
fi
travis_fold compile_test compile_test
if [ "$DISTRO" != "" ] ; then
docker exec --env EIO_MONITOR_POLL=1 $(cat $HOME/cid) .ci/build-example.sh
-else
+elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
exit 0
#FIXME: we don't install efl_ui.pc on osx?
export PATH="$(brew --prefix gettext)/bin:$PATH"