-
Notifications
You must be signed in to change notification settings - Fork 286
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
Conversation
…e namespace option
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in commit 504583e
…ple (because not used)
Attempt to create a new CI based on Ubuntu and MacOS to test ViSP when the namespace flag is activated