mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-11 23:33:31 -07:00
Merge pull request #1279 from oragono/devel+irctest
run irctest in travis
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[submodule "irctest"]
|
||||
path = irctest
|
||||
url = https://github.com/oragono/irctest
|
||||
|
||||
+4
-1
@@ -1,5 +1,7 @@
|
||||
language: go
|
||||
|
||||
dist: focal
|
||||
|
||||
go:
|
||||
- "1.15.x"
|
||||
|
||||
@@ -8,6 +10,7 @@ before_install:
|
||||
- sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
|
||||
|
||||
script:
|
||||
- make
|
||||
- make install
|
||||
- make test
|
||||
- make smoke
|
||||
- make irctest
|
||||
|
||||
@@ -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
|
||||
|
||||
Submodule
+1
Submodule irctest added at 0287b83797
Reference in New Issue
Block a user