-
Notifications
You must be signed in to change notification settings - Fork 37
Add jenkinsfile #265
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
base: master
Are you sure you want to change the base?
Add jenkinsfile #265
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
8a50cfc
to
e592bc5
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
3810b83
to
c4a8f03
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
The exports checker reported false positives because it was run on a build containing gcov symbols. This is fixed by adding another build step that does not enable code coverage support.
cmake places generated files in the source tree itself when doing an in tree build, we have to ignore those file for theese cases.
167631c
to
bc48b12
Compare
Continuous Integration Result: FAILEDSee below for issues. This is a comment from an automated CI system. Get source / Pull Request: SuccessfulBuilding Stage: FailedFedora 35 amd64: Failed (click for details)Fedora 35 amd64: No useful log foundSuccessful on other platforms/tests
Warnings Generated during build:Debian 10 amd64: Successful with additional warningsDebian Package lintian failed for Debian 10 amd64:
Ubuntu 18.04 ppc64le: Successful with additional warningsDebian Package lintian failed for Ubuntu 18.04 ppc64le:
Debian 8 amd64: Successful with additional warningsDebian Package lintian failed for Debian 8 amd64:
Debian 11 amd64: Successful with additional warningsDebian Package lintian failed for Debian 11 amd64:
Ubuntu 18.04 amd64: Successful with additional warningsDebian Package lintian failed for Ubuntu 18.04 amd64:
Ubuntu 18.04 i386: Successful with additional warningsDebian Package lintian failed for Ubuntu 18.04 i386:
Ubuntu 16.04 i386: Successful with additional warningsDebian Package lintian failed for Ubuntu 16.04 i386:
Ubuntu 16.04 arm8: Successful with additional warningsDebian Package lintian failed for Ubuntu 16.04 arm8:
Ubuntu 16.04 arm7: Successful with additional warningsDebian Package lintian failed for Ubuntu 16.04 arm7:
Ubuntu 16.04 amd64: Successful with additional warningsDebian Package lintian failed for Ubuntu 16.04 amd64:
Debian 9 arm7: Successful with additional warningsDebian Package lintian failed for Debian 9 arm7:
Debian 9 amd64: Successful with additional warningsDebian Package lintian failed for Debian 9 amd64:
Debian 9 arm8: Successful with additional warningsDebian Package lintian failed for Debian 9 arm8:
Ubuntu 18.04 arm7: Successful with additional warningsDebian Package lintian failed for Ubuntu 18.04 arm7:
Ubuntu 20.04 arm8: Successful with additional warningsDebian Package lintian failed for Ubuntu 20.04 arm8:
Ubuntu 18.04 arm8: Successful with additional warningsDebian Package lintian failed for Ubuntu 18.04 arm8:
|
@mroethke is this still wip or should we close the PR? |
I have not been working on it, but unless travis has been replaces with something else someone else might want to continue it. |
Contribution description
This add a jenkinsfile to the repository to replace travis with the inet jenkins instance