Descent3 icon indicating copy to clipboard operation
Descent3 copied to clipboard

Accurately find the linux artifacts

Open JeodC opened this issue 1 year ago • 2 comments

This workflow excludes the build_type matrix when searching for the linux artifact path.

JeodC avatar Apr 18 '24 23:04 JeodC

I think Linux does not use Debug and Release, correct? So building twice for Linux is redundant?

JeodC avatar Apr 18 '24 23:04 JeodC

Release / Debug in cmake also adds -g or -O flags on Linux, even -O3 at the moment. Some warnings are only triggered on a certain optimization level.

But it might be interesting to build with clang on Linux as well.

th1000s avatar Apr 18 '24 23:04 th1000s

            "generator": "Ninja Multi-Config",

For linux in CMakePresets.json unifies all builds, better using this.

winterheart avatar Apr 19 '24 06:04 winterheart

This should be ok to squash and merge now.

JeodC avatar Apr 19 '24 11:04 JeodC