mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
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:
@ -12,9 +12,13 @@ tests = [
|
||||
'kiwixserve',
|
||||
'book',
|
||||
'manager',
|
||||
'server'
|
||||
]
|
||||
|
||||
if build_machine.system() != 'windows'
|
||||
tests += ['server']
|
||||
endif
|
||||
|
||||
|
||||
|
||||
gtest_dep = dependency('gtest',
|
||||
main:true,
|
||||
|
Reference in New Issue
Block a user