mirror of https://github.com/kiwix/libkiwix.git
Do not build `server` test on windows.
On the appveyor CI, the link of the `server` test fails with `libmicrohttpd`. Do not build the test on windows to not break the CI.
This commit is contained in:
parent
7ec8e33b83
commit
d8498fd655
|
@ -12,9 +12,13 @@ tests = [
|
|||
'kiwixserve',
|
||||
'book',
|
||||
'manager',
|
||||
'server'
|
||||
]
|
||||
|
||||
if build_machine.system() != 'windows'
|
||||
tests += ['server']
|
||||
endif
|
||||
|
||||
|
||||
|
||||
gtest_dep = dependency('gtest',
|
||||
main:true,
|
||||
|
|
Loading…
Reference in New Issue