forked from External/ergo
run irctest in travis
This commit is contained in:
parent
e7eea14b9d
commit
eb4dec8d89
4 changed files with 13 additions and 2 deletions
6
Makefile
6
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
.PHONY: all install build release capdefs test smoke gofmt
|
||||
.PHONY: all install build release capdefs test smoke gofmt irctest
|
||||
|
||||
GIT_COMMIT := $(shell git rev-parse HEAD 2> /dev/null)
|
||||
|
||||
|
|
@ -39,3 +39,7 @@ smoke:
|
|||
|
||||
gofmt:
|
||||
./.check-gofmt.sh --fix
|
||||
|
||||
irctest:
|
||||
git submodule update --init
|
||||
cd irctest && make integration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue