Merge pull request #2 from ernado/master
Travis integration and Dockerfile
This commit is contained in:
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
language: go
|
||||||
|
go:
|
||||||
|
- 1.2
|
||||||
|
- 1.3
|
||||||
|
- release
|
||||||
|
- tip
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- export PATH=/home/travis/gopath/bin:$PATH
|
||||||
|
|
||||||
|
install:
|
||||||
|
- go get ./go/...
|
||||||
|
|
||||||
|
script:
|
||||||
|
- go test ./go/...
|
||||||
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
FROM cydev/go
|
||||||
|
RUN go get code.google.com/p/weed-fs/go/weed
|
||||||
|
EXPOSE 8080
|
||||||
|
EXPOSE 9333
|
||||||
|
VOLUME /data
|
||||||
|
ENTRYPOINT ["weed"]
|
||||||
@@ -1,6 +1,8 @@
|
|||||||
weed-fs
|
weed-fs
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
[](https://travis-ci.org/chrislusf/weed-fs)
|
||||||
|
|
||||||
An official mirrow of code.google.com/p/weed-fs .
|
An official mirrow of code.google.com/p/weed-fs .
|
||||||
Moving to github.com to make cooperations easier.
|
Moving to github.com to make cooperations easier.
|
||||||
This repo and the google code repo will be kept synchronized.
|
This repo and the google code repo will be kept synchronized.
|
||||||
|
|||||||
Reference in New Issue
Block a user