-
Notifications
You must be signed in to change notification settings - Fork 122
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 CI pipeline with Github Actions #30
Conversation
a845d4a
to
dac1c08
Compare
.github/workflows/ci.yml
Outdated
cd build | ||
cmake .. | ||
cmake --build . --config Release --target INSTALL | ||
SET Eigen3_DIR=C:/Program Files (x86)/Eigen/lib/cmake/eigen3/ |
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.
nitpick: if you pass shell: bash
the shell is Git Bash and you can use familiar commands also on windows
I guess we do need this 😁 |
019932a
to
74b5f23
Compare
c627cf1
to
bb6361f
Compare
On windows is still failing with the following error
even if I added Lines 20 to 21 in bb6361f
Do you have any hints? @S-Dafarra @traversaro |
779a10b
to
ca8c1ba
Compare
Either the |
9c4c728
to
0a4326d
Compare
fa3c595
to
3d6896c
Compare
No description provided.