-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accurately find the linux artifacts #80
Conversation
This workflow excludes the build_type matrix when searching for the linux artifact path.
I think Linux does not use Debug and Release, correct? So building twice for Linux is redundant? |
Release / Debug in cmake also adds But it might be interesting to build with |
For linux in CMakePresets.json unifies all builds, better using this. |
This should be ok to squash and merge now. |
2d4d82d (Accurately find the linux artifacts (DescentDevelopers#80), 2024-04-19) made it so that make no longer gets used as a part of the build process, but it didn’t remove make from the list of build dependencies.
use ninja for Linux builds, fixes missing Linux artifacts on CI
This workflow excludes the build_type matrix when searching for the linux artifact path.