Disable builds for classic App Engine.

Current build file doesn't build the subdirectories, therefore succeeds
without building the actual packages. We need to add the appengine
and appengine_internal manually to the GOPATH and enable the
appengine build again.
This commit is contained in:
Burcu Dogan 2014-11-10 15:40:49 +11:00
parent 0cf6f9b144
commit 13cbb8b617

View File

@ -2,7 +2,7 @@ language: go
go: 1.3 go: 1.3
install: install:
go get -v -tags='appengine appenginevm' ./... && hg clone https://code.google.com/p/appengine-go/ $GOPATH/appengine - go get -v -tags='appengine appenginevm' ./...
script: script:
go test -v -tags='appengine appenginevm' ./... && go build -v -tags='appengine' - go test -v -tags='appengine appenginevm' ./...