Browse Source

Merge pull request #2 from ernado/master

Travis integration and Dockerfile
pull/10/head
chrislusf 11 years ago
parent
commit
8e7f08d04d
  1. 15
      .travis.yml
  2. 6
      Dockerfile
  3. 2
      README.md

15
.travis.yml

@ -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

@ -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"]

2
README.md

@ -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.

Loading…
Cancel
Save