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
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.
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.