mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
workflows: Remove special-casing of Anope
This commit is contained in:
@ -301,6 +301,28 @@ software:
|
||||
separate_build_job: true
|
||||
build_script: *unrealircd_build_script
|
||||
|
||||
|
||||
#############################
|
||||
# Services:
|
||||
anope:
|
||||
name: Anope
|
||||
repository: anope/anope
|
||||
separate_build_job: true
|
||||
path: anope
|
||||
refs:
|
||||
stable: "2.0.9"
|
||||
release: "2.0.9"
|
||||
devel: "2.0.9"
|
||||
devel_release: "2.0.9"
|
||||
build_script: |
|
||||
cd $GITHUB_WORKSPACE/anope/
|
||||
cp $GITHUB_WORKSPACE/data/anope/* .
|
||||
CFLAGS=-O0 ./Config -quick
|
||||
make -C build -j 4
|
||||
make -C build install
|
||||
|
||||
|
||||
|
||||
#############################
|
||||
# Clients:
|
||||
|
||||
|
Reference in New Issue
Block a user