summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-06-25 09:08:16 -0400
committerMike Blumenkrantz <zmike@samsung.com>2019-06-25 09:08:16 -0400
commit1d2301818cc095a87110827e6f0b141949162efc (patch)
tree4fb562b2e12a8ab3d1629b36f013d7297bcae2da /.travis.yml
parentc25554c4f23248640aaa257f28313f39b57a69c5 (diff)
downloadefl-1d2301818cc095a87110827e6f0b141949162efc.tar.gz
ci: travis: remove left over from autotools build
Summary: This caching is no longer needed. No m4 cache around with meson. Our config.cache setup by our autotools build is no longer there either. Reviewers: zmike, bu5hm4n Reviewed By: zmike Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9160
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 980a029c35..dbd3f6c3d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -89,14 +89,8 @@ before_script:
if [[ "$TRAVIS_OS_NAME" == "linux" ]] ; then
docker version
docker run --cidfile $HOME/cid -t -d -v `pwd`:/src -v $HOME/.ccache:/root/.ccache -w /src stefanschmidt1/ci-support-files:$DISTRO bash
- cp $HOME/cachedir/config.cache . || true
fi
-
- .ci/ci-ccache-stats.sh
- - |
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
- cp $HOME/cachedir/config.cache . || true
- fi
script:
- .ci/ci-configure.sh "$CI_BUILD_TYPE"
@@ -121,12 +115,7 @@ before_cache:
mkdir -p $HOME/cachedir
if [[ "$TRAVIS_OS_NAME" == "linux" ]] ; then
sudo chown travis:travis $HOME/.ccache
- mkdir -p $HOME/cachedir/
- sudo cp config.cache $HOME/cachedir/
- sudo chown travis:travis $HOME/cachedir/config.cache
- sudo chown travis:travis $HOME/autom4te.cache
else
- cp config.cache $HOME/cachedir
mv $HOME/Library/Caches/Homebrew $HOME/cachedir/Homebrew
fi