]> granicus.if.org Git - libevent/commit
appveyor: cache build directory to reduce overall time (6x time faster)
authorAzat Khuzhin <a3at.mail@gmail.com>
Mon, 5 Nov 2018 14:04:47 +0000 (17:04 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Tue, 6 Nov 2018 08:14:22 +0000 (11:14 +0300)
commit54fdd6bb6ebe6b0a672c79d30a712d97536500c8
treee386c4751f5662f572f4d7e98a9bc0fda45048fb
parent506189350889dd7270801f3383524eb2acbfb862
appveyor: cache build directory to reduce overall time (6x time faster)

various build checks (i.e. detecting headers/macroses/functions) takes
7 minutes (from 13 minutes in total) for cmake, which is too high.

By using cache we can reduce this to ~0.

And set APPVEYOR_SAVE_CACHE_ON_ERROR so that cmake checks will be
cached (anyway all sources will be built from scratch due to timestamp
updates while extracting from sources).
appveyor.yml