From 0a4aaf590100ad9004ed15c5cc1d93a84dee6f50 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Thu, 11 Oct 2018 16:49:40 +0200 Subject: [ci] [appveyor] Enable cache for builds. We cache CYGWIN and OPAM. Current cygwin install is not deterministic but should do the job in the scope of this job. --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index cd3b88d007..c9c6bc0684 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,10 @@ version: '{branch}~{build}' clone_depth: 10 +cache: + - C:\cygwin64 -> dev\ci\appveyor.bat + - C:\cygwin64\home\appveyor\.opam -> dev\ci\appveyor.sh + platform: - x64 -- cgit v1.2.3