Skip to content

Configure plugins at build time

This removes the need for the user (or our CI) to run dot -c after installation unless the user has their own plugins to configure. This is the way it has been for the autotools builds for a long time. This MR adds it for the rest of the build systems and installers/packages:

  • The CMake NSIS .exe installer on Windows
  • The CMake Debian package on Linux (added in !1578 (merged))
  • The CMake ZIP archives on all operating systems (although these are not deployed anywhere today)
  • The MSBuild ZIP archives

Only the last 5 commits needs to be reviewed in this MR. It currently contains the commits from !1578 (merged) since it removes the dot -c that was added to the CI config file in that MR. It will be rebased on the new master when that MR is merged, hence the WIP.

Edited by Magnus Jacobsson

Merge request reports