Add support for The Lounge (#132)

This commit is contained in:
2023-05-29 09:50:31 +02:00
committed by GitHub
parent 9b9cfdb2bf
commit a03e9bb8ea
5 changed files with 192 additions and 0 deletions

View File

@ -379,6 +379,21 @@ software:
run: pip install git+https://github.com/sopel-irc/sopel.git
devel_release: null
thelounge:
name: TheLounge
separate_build_job: false
install_steps:
stable:
- name: Install dependencies
run: yarn global add thelounge@4.4.0
release:
- name: Install dependencies
run: yarn global add thelounge
devel:
- name: Install dependencies
run: yarn global add https://github.com/thelounge/thelounge.git
devel_release: null
tests:
bahamut:
software: [bahamut]
@ -457,3 +472,6 @@ tests:
sopel:
software: [sopel]
thelounge:
software: [thelounge]