galaxypi / galaxy

Galaxy decentralized node network and protocol
MIT License
10 stars 1 forks source link

Create install and build script for CircleCI #65

Open guylepage3 opened 6 years ago

guylepage3 commented 6 years ago

Reference: https://github.com/galaxypi/galaxy.ooo/issues/14#issuecomment-416643418


Create install and build script for CircleCI

Tasks

References

guylepage3 commented 6 years ago

Resolved current failing "hello world" script...

version: 2
jobs:
  build:
    working_directory: /go/src/github.com/CircleCI-Public/circleci-demo-go
    docker:
      - image: circleci/golang:1.8
    steps:
      - checkout
      - run: echo "hello world"
screenshot 2018-08-28 13 24 22
guylepage3 commented 6 years ago

Ok. So this is good enough for me at the moment @faddat. I was just cringing at seeing that red "Failed" badge... I tested the install. Worked great, blockchain is still syncing but looks like that will go through so I will hand this off to you. 😄