summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2018-07-20 11:26:05 -0400
committerStefan Schmidt <s.schmidt@samsung.com>2018-07-30 17:40:57 +0200
commit0dc35fe8b3dd0dda40656b728504219940c9d13c (patch)
treeb84291b56cc6f8134c25ea7d35357af088eec5d3 /.travis.yml
parentbc0d74c28172de9b19e1622a886ef58e9625dba5 (diff)
downloadefl-0dc35fe8b3dd0dda40656b728504219940c9d13c.tar.gz
ci: disable built-in make rules and variables
these slow down build times and don't benefit us Differential Revision: https://phab.enlightenment.org/D6651
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index fa61e42884..e4d8cc9ca4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,7 +13,7 @@ os:
env:
global:
- - MAKEFLAGS="-j5"
+ - MAKEFLAGS="-j5 -rR"
- EIO_MONITOR_POLL=1
- CC="ccache gcc"
- CXX="ccache g++"
@@ -106,7 +106,7 @@ script:
if [[ "$DISTRO" == "" ]] && [[ "$TRAVIS_OS_NAME" != "linux" ]] ; then
true
elif [[ "$CI_BUILD_TYPE" != "release-ready" ]] ; then
- docker exec --env MAKEFLAGS="-j5" --env EIO_MONITOR_POLL=1 $(cat $HOME/cid) .ci/build-efl-app.sh
+ docker exec --env MAKEFLAGS="-j5 -rR" --env EIO_MONITOR_POLL=1 $(cat $HOME/cid) .ci/build-efl-app.sh
fi
before_cache:
- .ci/ci-ccache-stats.sh