mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 15:29:50 +00:00
Patch InspIRCd to make tests run faster
This commit is contained in:
1
.github/workflows/inspircd.yml
vendored
1
.github/workflows/inspircd.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user