Skip to content

Fix CI due to recent changes in CI - #17

Open
jeffin143 wants to merge 10 commits into
mlpack:masterfrom
jeffin143:fix-ci
Open

Fix CI due to recent changes in CI#17
jeffin143 wants to merge 10 commits into
mlpack:masterfrom
jeffin143:fix-ci

Conversation

@jeffin143

Copy link
Copy Markdown
Member

Install cereal in CI

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

birm commented Feb 27, 2021

Copy link
Copy Markdown
Member

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 thread .ci/linux-steps.yaml Outdated
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
Copy Markdown
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