Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Setup travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckaskill committed Mar 26, 2012
1 parent 4a2cf39 commit d69903f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
language: erlang # wither art thou, Go?

install:
- hg clone -r weekly https://code.google.com/p/go $HOME/go
- cd $HOME/go/src && ./make.bash
- mkdir -p $HOME/bin || true
- mkdir -p $HOME/pkg || true
- mkdir -p $HOME/src/github.com/jmckaskill || true
- export GOPATH=$HOME
- export PATH=$PATH:$HOME/go/bin
- ln -s $HOME/builds/jmckaskill/goldap $HOME/src/github.com/jmckaskill/goldap
- go get -v github.com/jmckaskill/goldap

script:
- cd $HOME/src/github.com/jmckaskill/goldap && go build -v .
- cd $HOME/src/github.com/jmckaskill/goldap && go test -v .

0 comments on commit d69903f

Please sign in to comment.