Opened 6 years ago
Closed 6 years ago
#959 closed enhancement (fixed)
Script to package thirdparty compiled dlls/libs for Windows
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Build System | Version: | |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
I've been experimenting building FDO on Windows through AppVeyor (via a git mirror of this repo).
While AppVeyor completes the build within the allotted 60 minute time period, a good chunk of it is building the same thirdparty libs over and over again.
We should find a way to skip this part, preferably through a build script that builds all the thirdparty libs in the desired platform|config and packages up all the compiled dlls/libs into a archive, so that AppVeyor (or any other CI system) can just download this archive, overlay it on top of the FDO build root and proceed straight to building FDO core and providers.
In 7727: