-
Notifications
You must be signed in to change notification settings - Fork 130
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
Updated CI, added CD #262
Updated CI, added CD #262
Conversation
24288d8
to
c5a8f73
Compare
cf5dae7
to
5972a57
Compare
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.
LGTM, just a few minor questions, thanks!
Latest commits:
|
Merging as discussed in the June 25th teleconference. |
-Werror
//WX
is enabled in CICMakeLists.txt
to be able to produce a binary Debian package usingcpack
.presubmit
workflow now.git-clang-format
.v*
tagDebSourcePkg.cmake
which is intended to run in CMake script mode. This script generates thedebian/control
,debian/changelog
and ``debian/rules` files which are required to build a Debian source package.This PR is considered to be complete, albeit review remarks and/or changes to related PRs might warrant minor updates.