-
Notifications
You must be signed in to change notification settings - Fork 9
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
Fix CI due to recent changes in CI #17
base: master
Are you sure you want to change the base?
Conversation
Hey @jeffin143, do you need any particular help with this? :) |
.ci/linux-steps.yaml
Outdated
displayName: 'Installing Protobuf' | ||
|
||
# Configure mlboard (CMake) | ||
- script: mkdir build && cd build && cmake .. | ||
- script: mkdir build && cd build && cmake -DCEREAL_INCLUDE_DIR=../../cereal-1.3.0/include/ .. |
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.
Are you sure you are going out of the directory? The last cd
command was for mlpack, and then you install mlpack. maybe you need to add cd ../../
and then download mlboard?
I can not see any other issue other than bad path for cereal
Install cereal in CI