-
Notifications
You must be signed in to change notification settings - Fork 6
Add release build to CI #353
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #353 +/- ##
========================================
Coverage 82.17% 82.17%
========================================
Files 171 171
Lines 17035 17035
Branches 2316 2315 -1
========================================
Hits 13999 13999
Misses 3036 3036 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed-by: Mykola Solianko <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed-by: Mykola Kobets <[email protected]>
Signed-off-by: Oleksandr Grytsov <[email protected]> Reviewed-by: Mykola Solianko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]>
`clean` now means: clean build artifacts before build. Signed-off-by: Oleksandr Grytsov <[email protected]> Reviewed-by: Mykola Solianko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]>
`build-type` option allows to choose `Release`, `Debug`, `RelWithDebInfo` and `MinSizeRel` build type. Signed-off-by: Oleksandr Grytsov <[email protected]> Reviewed-by: Mykola Solianko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]>
Signed-off-by: Oleksandr Grytsov <[email protected]> Reviewed-by: Mykola Solianko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]>
As we don't use dynamic memory allocation, we need more stack for local variables. Signed-off-by: Oleksandr Grytsov <[email protected]> Reviewed-by: Mykola Solianko <[email protected]> Reviewed-by: Mykola Kobets <[email protected]>
|



No description provided.