WIP Use windows branch on windows CI
This commit is contained in:
parent
d2d1f686b1
commit
05fc3b409c
|
@ -10,6 +10,13 @@ class Libzim(Dependency):
|
|||
git_remote = "https://github.com/openzim/libzim.git"
|
||||
git_dir = "libzim"
|
||||
|
||||
@property
|
||||
def git_ref(self):
|
||||
if neutralEnv("distname") == "Windows":
|
||||
return "libzim_github_ci_windows"
|
||||
else:
|
||||
return "main"
|
||||
|
||||
class Builder(MesonBuilder):
|
||||
test_options = ["-t", "8"]
|
||||
strip_options = []
|
||||
|
|
Loading…
Reference in New Issue