mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Build only libzim (and dependencies on Windows)
This commit is contained in:
5
.github/scripts/build_definition.py
vendored
5
.github/scripts/build_definition.py
vendored
@ -21,6 +21,11 @@ BUILD_DEF = """
|
||||
| bionic | native_mixed | BP | | | | | linux-x86_64-bionic | |
|
||||
| bionic | aarch64_mixed | BP | | | | | linux-aarch64-bionic | |
|
||||
----------------------------------------------------------------------------------------------------------------------------------------------
|
||||
# On Windows, we build only libzim for now. And only native_mixed as xapian doesn't compile as dll
|
||||
| windows | native_static | Bd | | | | | win-x86_64 | |
|
||||
| windows | native_dyn | Bd | | | | | win-x86_64 | |
|
||||
| windows | native_mixed | BPd | | | | | win-x86_64 | |
|
||||
----------------------------------------------------------------------------------------------------------------------------------------------
|
||||
# Osx builds, build binaries on native_dyn and native_static. On anyother things, build only the libraries
|
||||
| macos | native_dyn | d | d | dB | B | | | macos-x86_64-dyn |
|
||||
| macos | native_static | | | BP | BP | | macos-x86_64 | |
|
||||
|
Reference in New Issue
Block a user