From 648f57f43410c3d49633656f5f866147e0a45bda Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 13 Dec 2020 10:28:48 +0000 Subject: [PATCH] Start caching dependencies build --- .travis.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f5f8984..d9dd231 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,14 @@ language: cpp cache: directories: + - ${HOME}/PawPawBuilds/builds - ${HOME}/PawPawBuilds/debs - ${HOME}/PawPawBuilds/downloads + - ${HOME}/PawPawBuilds/targets/linux + - ${HOME}/PawPawBuilds/targets/macos + - ${HOME}/PawPawBuilds/targets/macos-old + - ${HOME}/PawPawBuilds/targets/win32 + - ${HOME}/PawPawBuilds/targets/win64 env: global: @@ -77,9 +83,10 @@ install: script: - bash ${TRAVIS_BUILD_DIR}/bootstrap-plugins.sh ${TARGET} - - bash ${TRAVIS_BUILD_DIR}/build-plugins.sh ${TARGET} ${PLUGINS} + - bash ${TRAVIS_BUILD_DIR}/.cleanup.sh ${TARGET} before_deploy: + - bash ${TRAVIS_BUILD_DIR}/build-plugins.sh ${TARGET} ${PLUGINS} - bash ${TRAVIS_BUILD_DIR}/pack-plugins.sh ${TARGET} ${PLUGINS} deploy: @@ -91,7 +98,6 @@ deploy: - setup/inno/PawPaw-*.exe - setup/macos/PawPaw-*.pkg #- setup/macos-universal/PawPaw-*.pkg - skip_cleanup: true on: all_branches: true