Skip to content

Commit

Permalink
Introducing .build.yml, for the new build system
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Stivers committed Apr 29, 2015
1 parent 2a0b42e commit 05747b5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: aerospike-client-go
dir: src/github.com/aerospike/aerospike-client-go

container:
- base:
- 192.168.106.181/build/aerospike-client-go:golang-1.3
- 192.168.106.181/build/aerospike-client-go:golang-1.4

build:
- name: build
script:
- go get -v github.com/aerospike/aerospike-client-go
- go build -v -x github.com/aerospike/aerospike-client-go
- go install -v -x github.com/aerospike/aerospike-client-go/tools/cli
- go install -v -x github.com/aerospike/aerospike-client-go/tools/benchmark
- go install -v -x github.com/aerospike/aerospike-client-go/tools/asinfo

0 comments on commit 05747b5

Please sign in to comment.