mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
Activate testing of libkiwix on Windows
Now we have fixed libkiwix on Windows, we can activate testing it. See kiwix/libkiwix#1113
This commit is contained in:
@ -50,11 +50,3 @@ class Libkiwix(Dependency):
|
|||||||
if self.buildEnv.configInfo.build == "android":
|
if self.buildEnv.configInfo.build == "android":
|
||||||
return "shared"
|
return "shared"
|
||||||
return super().library_type
|
return super().library_type
|
||||||
|
|
||||||
def _test(self, context):
|
|
||||||
# Libkiwix tests are currently broken on Windows.
|
|
||||||
# Until we fix them, let's deactivate tests.
|
|
||||||
# It allow us to build dependencies for kiwix-desktop
|
|
||||||
if neutralEnv("distname") == "Windows":
|
|
||||||
context.skip()
|
|
||||||
super()._test(context)
|
|
||||||
|
Reference in New Issue
Block a user