Skip to content

Commit

Permalink
[circle] refs skycoin#75 Install all depend to skyapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed May 30, 2019
1 parent 989c86a commit b1147b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/images/deploy-arm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN [ "cross-build-start" ]
RUN ls -oa $GOPATH/src/github.com/skycoin/libskycoin/
RUN sh $GOPATH/src/github.com/skycoin/libskycoin/ci-scripts/docker_install_debian.sh
RUN make -C $GOPATH/src/github.com/skycoin/libskycoin dep
RUN make -C $GOPATH/src/github.com/skycoin/libskycoin install-deps-skyapi-Linux
RUN go get github.com/gz-c/gox
RUN go get -t ./...
ENV CGO_ENABLED=1
Expand Down
1 change: 1 addition & 0 deletions docker/images/test-arm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN [ "cross-build-start" ]
RUN ls -oa $GOPATH/src/github.com/skycoin/libskycoin/
RUN sh $GOPATH/src/github.com/skycoin/libskycoin/ci-scripts/docker_install_${QEMU_OS}.sh
RUN make -C $GOPATH/src/github.com/skycoin/libskycoin dep
RUN make -C $GOPATH/src/github.com/skycoin/libskycoin install-deps-skyapi-Linux
RUN go get github.com/gz-c/gox
RUN go get -t ./...
ENV CGO_ENABLED=1
Expand Down

0 comments on commit b1147b3

Please sign in to comment.