workflows: Remove special-casing of Anope

This commit is contained in:
2022-09-10 14:53:20 +02:00
committed by Val Lorentz
parent c1442c4301
commit cae3aec338
5 changed files with 50 additions and 62 deletions

View File

@ -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: