mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
Add support for Nefarious (#151)
This commit is contained in:
@ -204,6 +204,23 @@ software:
|
||||
make -j 4
|
||||
make install
|
||||
|
||||
nefarious:
|
||||
name: nefarious
|
||||
repository: evilnet/nefarious2
|
||||
refs:
|
||||
stable: "985704168ecada12d9e53b46df6087ef9d9fb40b"
|
||||
release: null
|
||||
devel: "master"
|
||||
devel_release: null
|
||||
path: nefarious
|
||||
separate_build_job: false
|
||||
build_script: |
|
||||
cd $GITHUB_WORKSPACE/nefarious
|
||||
./configure --prefix=$HOME/.local/ --enable-debug
|
||||
make -j 4
|
||||
make install
|
||||
cp $GITHUB_WORKSPACE/data/nefarious/* $HOME/.local/lib
|
||||
|
||||
ngircd:
|
||||
name: ngircd
|
||||
repository: ngircd/ngircd
|
||||
@ -358,16 +375,19 @@ tests:
|
||||
plexus4:
|
||||
software: [plexus4, anope]
|
||||
|
||||
# doesn't build because it can't find liblex for some reason
|
||||
#snircd:
|
||||
# software: [snircd]
|
||||
|
||||
irc2:
|
||||
software: [irc2]
|
||||
|
||||
ircu2:
|
||||
software: [ircu2]
|
||||
|
||||
nefarious:
|
||||
software: [nefarious]
|
||||
|
||||
# doesn't build because it can't find liblex for some reason
|
||||
#snircd:
|
||||
# software: [snircd]
|
||||
|
||||
unrealircd-5:
|
||||
software: [unrealircd-5]
|
||||
|
||||
|
Reference in New Issue
Block a user