Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有一些编译标志(-Denable_optims、-Denable_coverage)的 cmake 项目,我想用 jenkins 编译所有可能的标志组合。我得到的问题是詹金斯标签似乎不适用于 cmake 插件。cmake 或 jenkins 配置是否有解决方法?
一种解决方案是停止使用 cmake 插件。只需从 shell 构建步骤中调用 cmake。然后,您可以在 shell 构建步骤中使用矩阵配置项目中的所有变量,例如通过设置一些 CMake 变量。