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

[INFRA] Improve packaging #170

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Conversation

eseiler
Copy link
Member

@eseiler eseiler commented Nov 11, 2024

  • Exclude .git when building source package
  • Add tests to all target
  • Remove tests target

Dropped

Because the dependencies might also use CPM, we need to keep the source cache.
E.g., when not having cpm in the source cache, seqan3 would try to download it.

  • Make CPM not call find_package (Git REQUIRED)
  • Exclude use_ccache, CPM source when building source package
  • Put robin-hood in contrib
  • Replace {CPM,use_ccache}.cmake with fetched scripts when building source package

@seqan-actions seqan-actions added lint and removed lint labels Nov 11, 2024
@seqan-actions
Copy link
Member

Documentation preview available at https://docs.seqan.de/preview/seqan/needle/170

Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.35%. Comparing base (b73aa47) to head (180aca2).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #170   +/-   ##
=======================================
  Coverage   84.35%   84.35%           
=======================================
  Files           4        4           
  Lines        1138     1138           
  Branches      113      113           
=======================================
  Hits          960      960           
  Misses        178      178           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

cmake/cpack_install.cmake.in Outdated Show resolved Hide resolved
@seqan-actions seqan-actions added lint and removed lint labels Nov 11, 2024
@eseiler eseiler force-pushed the infra/better_package branch from 4bbc48f to 180aca2 Compare November 12, 2024 11:29
@eseiler eseiler changed the title wip better package [INFRA] Improve packaging Nov 12, 2024
@seqan-actions seqan-actions added lint and removed lint labels Nov 12, 2024
@eseiler eseiler marked this pull request as ready for review November 12, 2024 11:31
@eseiler eseiler merged commit 341950e into seqan:main Nov 12, 2024
27 checks passed
@eseiler eseiler deleted the infra/better_package branch November 12, 2024 11:38
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