mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-10 22:19:31 +01:00
run irctest in travis
This commit is contained in:
parent
e7eea14b9d
commit
eb4dec8d89
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "irctest"]
|
||||||
|
path = irctest
|
||||||
|
url = https://github.com/oragono/irctest
|
@ -1,5 +1,7 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
|
dist: focal
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.15.x"
|
- "1.15.x"
|
||||||
|
|
||||||
@ -8,6 +10,7 @@ before_install:
|
|||||||
- sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
|
- sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make
|
- make install
|
||||||
- make test
|
- make test
|
||||||
- make smoke
|
- make smoke
|
||||||
|
- make irctest
|
||||||
|
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)
|
GIT_COMMIT := $(shell git rev-parse HEAD 2> /dev/null)
|
||||||
|
|
||||||
@ -39,3 +39,7 @@ smoke:
|
|||||||
|
|
||||||
gofmt:
|
gofmt:
|
||||||
./.check-gofmt.sh --fix
|
./.check-gofmt.sh --fix
|
||||||
|
|
||||||
|
irctest:
|
||||||
|
git submodule update --init
|
||||||
|
cd irctest && make integration
|
||||||
|
1
irctest
Submodule
1
irctest
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 0287b837971c27ee55bc4dca95d31afc68d2aeea
|
Loading…
Reference in New Issue
Block a user