fix(build): Add stabber submodule and make functional tests conditional
All checks were successful
CI Code / Check spelling (pull_request) Successful in 23s
CI Code / Check coding style (pull_request) Successful in 37s
CI Code / Linux (arch) (pull_request) Successful in 9m51s
CI Code / Linux (debian) (pull_request) Successful in 16m16s
CI Code / Linux (ubuntu) (pull_request) Successful in 16m31s
All checks were successful
CI Code / Check spelling (pull_request) Successful in 23s
CI Code / Check coding style (pull_request) Successful in 37s
CI Code / Linux (arch) (pull_request) Successful in 9m51s
CI Code / Linux (debian) (pull_request) Successful in 16m16s
CI Code / Linux (ubuntu) (pull_request) Successful in 16m31s
- Add stabber as git submodule from jabber.space fork (fix/xmpp-parsing branch) - Make functional tests conditional on HAVE_STABBER and HAVE_EXPECT - Tests are skipped when dependencies are not available, preventing CI failures Submodule: https://git.jabber.space/jabber.developer2/stabber.git Branch: fix/xmpp-parsing
This commit is contained in:
4
.gitmodules
vendored
Normal file
4
.gitmodules
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
[submodule "external/stabber"]
|
||||
path = external/stabber
|
||||
url = https://git.jabber.space/jabber.developer2/stabber.git
|
||||
branch = fix/xmpp-parsing
|
||||
Reference in New Issue
Block a user