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

MacOS / Ubuntu CI for ViSP namespace #1443

Merged
merged 6 commits into from
Jul 22, 2024

Conversation

rolalaro
Copy link

Attempt to create a new CI based on Ubuntu and MacOS to test ViSP when the namespace flag is activated

Copy link

codecov bot commented Jul 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.30%. Comparing base (2394054) to head (504583e).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1443   +/-   ##
=======================================
  Coverage   45.30%   45.30%           
=======================================
  Files        1108     1108           
  Lines      110137   110137           
  Branches    18873    18874    +1     
=======================================
  Hits        49895    49895           
  Misses      60242    60242           

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

run: |
sudo apt-get update && sudo apt-get install -y libjpeg-dev libpng-dev libopencv-dev libpcl-dev libx11-dev liblapack-dev libeigen3-dev libv4l-dev libzbar-dev libpthread-stubs0-dev libdc1394-dev nlohmann-json3-dev

- name: Install dependencies on macos-13
Copy link
Contributor

Choose a reason for hiding this comment

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

All this block dedicated to macos-13 could be removed

Copy link
Author

Choose a reason for hiding this comment

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

Done in commit 504583e

echo "VISP_INPUT_IMAGE_PATH=$HOME/visp-images" >> $GITHUB_ENV
echo ${VISP_INPUT_IMAGE_PATH}

- name: Clone visp_sample
Copy link
Contributor

Choose a reason for hiding this comment

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

You could also remove clonning visp_sample. Not used later

Copy link
Author

Choose a reason for hiding this comment

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

Done in commit 504583e

@fspindle fspindle merged commit 3c8f629 into lagadic:master Jul 22, 2024
75 of 77 checks passed
@rolalaro rolalaro deleted the feat_ci_namespace branch July 24, 2024 12:21
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