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 xeus-cpp build to ci + remove xeus-clang-repl builds from ci #258

Merged
merged 2 commits into from
May 3, 2024

Conversation

mcbarton
Copy link
Collaborator

@mcbarton mcbarton commented May 3, 2024

@vgvassilev This PR adds back what is needed to build xeus-cpp as part of the ci. I consider this PR ready for merging, as it was tested previously. It just wasn't merged at the time as CppInterOp wasn't part of compiler-research/xeus-cpp .

Fixes #257

Copy link

codecov bot commented May 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.24%. Comparing base (f93e7b6) to head (0f23735).
Report is 12 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #258      +/-   ##
==========================================
- Coverage   87.65%   79.24%   -8.42%     
==========================================
  Files           4        8       +4     
  Lines        1742     2997    +1255     
==========================================
+ Hits         1527     2375     +848     
- Misses        215      622     +407     

see 8 files with indirect coverage changes

see 8 files with indirect coverage changes

@vgvassilev
Copy link
Contributor

Yes, no point in having xeus-clang-repl as part of the builds. They already are bulky enough..

@mcbarton mcbarton changed the title Add xeus-cpp build to ci Add xeus-cpp build to ci + remove xeus-clang-repl builds from ci May 3, 2024
@mcbarton mcbarton force-pushed the add-xeus-cpp-build-ci branch from 65918a4 to 0f23735 Compare May 3, 2024 15:18
@mcbarton
Copy link
Collaborator Author

mcbarton commented May 3, 2024

@vgvassilev I've added to this PR a commit that removes everything relating to xeus-clang-repl from the ci.

@vgvassilev vgvassilev merged commit d7917d9 into compiler-research:main May 3, 2024
28 of 35 checks passed
@mcbarton mcbarton deleted the add-xeus-cpp-build-ci branch May 22, 2024 17:06
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.

Replace the xeus-clang-repl builds with xeus-cpp builds
2 participants