Repository: qpid-proton Updated Branches: refs/heads/master 6c09f1c9f -> b7175ee04
NO-JIRA: Add cache to appveyor to avoid downloading swig every time Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/b7175ee0 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/b7175ee0 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/b7175ee0 Branch: refs/heads/master Commit: b7175ee0498916cea9a2ae09c8d8878d611b3b6d Parents: 84a84f2 Author: Andrew Stitcher <[email protected]> Authored: Mon Feb 22 18:21:05 2016 -0500 Committer: Andrew Stitcher <[email protected]> Committed: Tue Feb 23 00:16:16 2016 -0500 ---------------------------------------------------------------------- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/b7175ee0/appveyor.yml ---------------------------------------------------------------------- diff --git a/appveyor.yml b/appveyor.yml index 2c87e97..8c61be0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,9 @@ version: '{branch}.{build}' configuration: RelWithDebInfo install: - cinst -y swig +cache: +- C:\ProgramData\chocolatey\bin -> appveyor.yml +- C:\ProgramData\chocolatey\lib -> appveyor.yml before_build: - mkdir BLD - cd BLD --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
