mirror of https://github.com/perkeep/perkeep.git
buildbot: use make.go
Change-Id: I76544d7e0601be9a5bc2b9378a29db6c97894d76
This commit is contained in:
parent
b8bcbc6cfe
commit
b3b16f73c2
|
@ -97,7 +97,7 @@ var NameToCmd = map[string]string{
|
|||
"prepRepo7": "git pull",
|
||||
"prepRepo8": "git rev-parse HEAD",
|
||||
"buildGoTip1": "./make.bash",
|
||||
"buildCamli1": "make forcefull",
|
||||
"buildCamli1": "go run make.go -v",
|
||||
"buildCamli2": "go build -o devcam ./dev/devcam/",
|
||||
"buildCamli3": "make presubmit",
|
||||
"runCamli": "./devcam server --wipe --mysql",
|
||||
|
|
Loading…
Reference in New Issue