mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
Add ngircd controller
This commit is contained in:
@ -204,6 +204,24 @@ software:
|
||||
make -j 4
|
||||
make install
|
||||
|
||||
ngircd:
|
||||
name: ngircd
|
||||
repository: ngircd/ngircd
|
||||
refs:
|
||||
stable: rel-26.1
|
||||
release: null
|
||||
devel: master
|
||||
devel_release: null
|
||||
path: ngircd
|
||||
prefix: ~/.local/
|
||||
separate_build_job: true
|
||||
build_script: |
|
||||
cd $GITHUB_WORKSPACE/ngircd
|
||||
./autogen.sh
|
||||
./configure --prefix=$HOME/.local/
|
||||
make -j 4
|
||||
make install
|
||||
|
||||
snircd:
|
||||
name: snircd
|
||||
repository: quakenet/snircd
|
||||
@ -314,6 +332,15 @@ tests:
|
||||
inspircd-anope:
|
||||
software: [inspircd, anope]
|
||||
|
||||
ngircd:
|
||||
software: [ngircd]
|
||||
|
||||
ngircd-atheme:
|
||||
software: [ngircd]
|
||||
|
||||
ngircd-anope:
|
||||
software: [ngircd, anope]
|
||||
|
||||
plexus4:
|
||||
software: [plexus4, anope]
|
||||
|
||||
|
Reference in New Issue
Block a user