ftinspect: CI
So I will setup CI for ftinspect:
- Which build system should be used? Meson, CMake, or both?
- I'm planning to use Conan, a C++ package manager, to manage the smaller dependencies like freetype and bzip (transitive deps). <- Is this OK?
- Qt is a rather large dependency, I'm thinking about using pre-built Docker image with Qt environment. <- Is this OK? Should I upload those third-party images to
https://registry.freedesktop.org
or not? - If we can't use such images or no appropriate image is available, maybe we should introduce some script, use
aqtinstall
or just useapt
. I believe that building Qt in every build is not feasible because it takes too much time.