Skip to content
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

Add github actions CI workflows #118

Merged
merged 5 commits into from
Jul 22, 2021
Merged

Conversation

tmadlener
Copy link
Contributor

BEGINRELEASENOTES

  • Add github actions CI workflows
  • Fix issue with CI builds that build podio on the fly

ENDRELEASENOTES

Should we keep the travis CI workflows for now and remove them later, or should we migrate to github actions fully in this PR?

The linking problems that the "on-the-fly podio build" has, can easily be fixed by removing the unnecessary includes in the tricktrack test (#include "podio/ROOTReader.h" would need the podio::podioRootIO target to link against).

Avoids the linker problems that appear in the CI builds that build podio
on the fly. For some reason in these builds the presence of these
includes tricks the compiler to pull in a call to TVersionCheck which
usually happens in libpodioRootIO, even though no functionality from
there is used in these tests.
Copy link
Collaborator

@vvolkl vvolkl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks. I don't think there is any reason to keep the travis configuration around, I'll remove it in another PR.

@vvolkl vvolkl merged commit a75ccbb into key4hep:master Jul 22, 2021
@tmadlener tmadlener deleted the gh-actions-ci branch July 22, 2021 12:02
@tmadlener
Copy link
Contributor Author

I just realized the status badges in the README have the wrong url to the actual badge. Would need to be fixed as well in another PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants