Browse Source

Start caching dependencies build

tags/v1.0
falkTX 4 years ago
parent
commit
648f57f434
1 changed files with 8 additions and 2 deletions
  1. +8
    -2
      .travis.yml

+ 8
- 2
.travis.yml View File

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



Loading…
Cancel
Save