-
Notifications
You must be signed in to change notification settings - Fork 211
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
Change default build target to release + adding artefacts #334
Change default build target to release + adding artefacts #334
Conversation
2195c24
to
ad52616
Compare
@MichalPrincNXP Ready for merge |
Hi @amgross , i would like to add windows and mac in near future. But both have complication. I don't know why i cannnost enable mac target as it should be allowed. Communicating with circleci. I want recreate mingw support and provide windows application build this way. |
Happy to hear, |
@amgross No problem ;) We are happy that you are helping us a lot on other fronts. |
Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
Signed-off-by: Cervenka Dusan <cervenka@acrios.com>
8c42a08
to
c693edb
Compare
Thank you! |
Signed-off-by: Cervenka Dusan cervenka@acrios.com
Pull request
Choose Correct
Describe the pull request
It doesn't make sense to have default target debug as it is for debugging builds, but as default we wan't debug them but only build and use. If they are failing then we wan't build debug target and debug issue.
Our comments is saying same:
+++ Ading artefacts so we will have available binaries for every build. Users may benefit to get nightly-version of eRPC app.
To Reproduce
previously we need modify build var for getting release target. Now we need to modify it for debug.
Expected behavior
Build release target by default
Screenshots
Desktop (please complete the following information):
Steps you didn't forgot to do
Additional context