Patch InspIRCd to make tests run faster

This commit is contained in:
2021-02-25 00:15:09 +01:00
committed by Valentin Lorentz
parent de243b38eb
commit b405a94c34
3 changed files with 30 additions and 0 deletions

View File

@ -41,6 +41,7 @@ jobs:
- name: Build InspIRCd
run: |
cd $GITHUB_WORKSPACE/inspircd/
patch src/inspircd.cpp < $GITHUB_WORKSPACE/inspircd_mainloop.patch
./configure --prefix=$HOME/.local/ --development
make -j 4
make install