mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Update irctest.
[skip alpine ci] [skip macos ci] [skip ubuntu ci] [skip windows ci]
This commit is contained in:
parent
9121150503
commit
e9cd55cc2a
14
.github/workflows/ci-irctest.yml
vendored
14
.github/workflows/ci-irctest.yml
vendored
@ -21,13 +21,6 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Checkout irctest
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: irctest
|
||||
ref: af980ed3b639b5e1b3749c74027872adb69922a7
|
||||
repository: progval/irctest
|
||||
|
||||
- name: Run configure
|
||||
run: ./configure --development --disable-auto-extras --prefix=$HOME/.local/
|
||||
|
||||
@ -40,11 +33,6 @@ jobs:
|
||||
CXXFLAGS: -DINSPIRCD_UNLIMITED_MAINLOOP
|
||||
run: make install --jobs $(($(getconf _NPROCESSORS_ONLN) + 1))
|
||||
|
||||
- name: Work around an issue with irctest
|
||||
env:
|
||||
CXXFLAGS: -DINSPIRCD_UNLIMITED_MAINLOOP
|
||||
run: cp ~/.local/conf/examples/help.example.conf ~/.local/conf/examples/help.conf.example
|
||||
|
||||
- name: Make artifact tarball
|
||||
run: |-
|
||||
cd ~
|
||||
@ -78,7 +66,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: irctest
|
||||
ref: af980ed3b639b5e1b3749c74027872adb69922a7
|
||||
ref: 9f33633cc71739cd8e88cc4f3d39fa002cc0f97e
|
||||
repository: progval/irctest
|
||||
|
||||
- name: Install irctest dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user