Skip to content

Commit

Permalink
Merge pull request #732 from kiwix/test_likiwix
Browse files Browse the repository at this point in the history
Activate testing of libkiwix on Windows
  • Loading branch information
mgautierfr authored Aug 27, 2024
2 parents ab7983e + 667deb0 commit d08c609
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions kiwixbuild/dependencies/libkiwix.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,3 @@ def library_type(self):
if self.buildEnv.configInfo.build == "android":
return "shared"
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)

0 comments on commit d08c609

Please sign in to comment.