winft / disman

Qt/C++ display management library
GNU Lesser General Public License v2.1
3 stars 1 forks source link

Add release build to CI pipelines #26

Open romangg opened 4 years ago

romangg commented 4 years ago

Issue #25 shows again that certain errors are not caught by the regular debug build that is currently done on every MR and push to branch.

It would therefore make sense to add a parallel build to the pipeline with CMAKE_BUILD_TYPE=Release.