Skip to content

Conversation

stellarspot
Copy link
Contributor

The provided CircleCI configuration setups all necessary tools for SingularityNET platform building.
It gets from git and build modules platform-contracts, snet-cli, snet-daemon, and example-service.

git clone https://github.com/singnet/snet-daemon.git
cd snet-daemon
./scripts/install
./scripts/build
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added linux amd64 arguments for the snet-daemon building.

cd $SINGNET_REPOS
git clone https://github.com/singnet/example-service.git
cd example-service
pip3 install -r requirements.txt No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

really minor, but it is better to add newline at the end of last line

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added the new line to the config file in the next pull request #4 which provides the integration test

@vsbogd vsbogd merged commit b051cd0 into singnet:master Sep 18, 2018
@stellarspot stellarspot deleted the feature/circleci-support branch October 29, 2018 12:29
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