Knitschi / CMakeProjectFramework

A C++ project infrastructure.
MIT License
2 stars 2 forks source link

When creating dev-bin packages for libraries with multi-config-generators, we should create a zip file that contains the files of all configurations. #7

Closed Knitschi closed 4 years ago

Knitschi commented 6 years ago

This must be done in the jenkinsfile, because only here multiple outputs are available. This can only be done if the CI configurations with multiple compiler configs are provided. In a first approach we will do it using a cmake script that unpacks, merges and repacks the dist-package zip files.

Knitschi commented 4 years ago

This will not be implemented because I decided to drop multi-config support. See #13