-
Notifications
You must be signed in to change notification settings - Fork 274
Ci/ubuntu 20.04 GitHub action #5444
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
Ci/ubuntu 20.04 GitHub action #5444
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #5444 +/- ##
========================================
Coverage 68.25% 68.25%
========================================
Files 1180 1180
Lines 97722 97722
========================================
Hits 66698 66698
Misses 31024 31024
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
ec532f5
to
c49496b
Compare
2abccd2
to
40aead9
Compare
- name: Build with Ninja | ||
run: cd build; ninja | ||
- name: Run tests | ||
run: cd build; ctest . -V -L CORE |
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.
Does this run the unit tests?
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.
yes
40aead9
to
5c4d470
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
# This is needed in addition to -yq to prevent apt-get from asking for | ||
# user input | ||
DEBIAN_FRONTEND: noninteractive | ||
run: sudo apt-get install -yq cmake ninja-build gcc g++ maven flex bison |
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.
⛏️ Maybe add libxml2-utils
for xmllint
testing.
5c4d470
to
e58dad8
Compare
Uh oh!
There was an error while loading. Please reload this page.