Merge pull request #2 from ernado/master

Travis integration and Dockerfile
This commit is contained in:
chrislusf
2014-07-20 23:07:25 -07:00
3 changed files with 23 additions and 0 deletions

15
.travis.yml Normal file
View 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
View 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"]

View File

@@ -1,6 +1,8 @@
weed-fs weed-fs
======= =======
[![Build Status](https://travis-ci.org/chrislusf/weed-fs.svg?branch=master)](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.