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

Fix CI due to recent changes in CI #17

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

jeffin143
Copy link
Member

Install cereal in CI

@birm birm self-requested a review December 23, 2020 04:46
@birm
Copy link
Member

birm commented Feb 27, 2021

Hey @jeffin143, do you need any particular help with this? :)

@jeffin143 jeffin143 closed this Feb 28, 2021
@jeffin143 jeffin143 reopened this Feb 28, 2021
Comment on lines 43 to 46
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/ ..
Copy link
Member

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

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.

3 participants