Skip to content

Commit ac0b664

Browse files
Improve CI
1 parent c52ddc2 commit ac0b664

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gobuild.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
FILES=$(go list ./... | grep -v /vendor/)
4+
go build $FILES
File renamed without changes.

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ build:
2020

2121
.PHONY: presubmit
2222
presubmit:
23-
./.travis.gofmt.sh
23+
./.gofmt.sh
24+
./.gobuild.sh

0 commit comments

Comments
 (0)