Publish kiwix-desktop Windows build in Windows CI
This commit is contained in:
parent
21176bcf82
commit
52d757c660
|
@ -24,7 +24,7 @@ BUILD_DEF = """
|
||||||
# On Windows, we build only libzim for now. And only native_mixed as xapian doesn't compile as dll
|
# On Windows, we build only libzim for now. And only native_mixed as xapian doesn't compile as dll
|
||||||
| windows | native_static | Bd | d | d | d | | win-x86_64 | win-x86_64-static |
|
| windows | native_static | Bd | d | d | d | | win-x86_64 | win-x86_64-static |
|
||||||
| windows | native_dyn | Bd | | | | | win-x86_64 | win-x86_64-dyn |
|
| windows | native_dyn | Bd | | | | | win-x86_64 | win-x86_64-dyn |
|
||||||
| windows | native_mixed | BPd | d | | | Bd | win-x86_64 | win-x86_64-mixed |
|
| windows | native_mixed | BPd | d | | | BPd | win-x86_64 | win-x86_64-mixed |
|
||||||
----------------------------------------------------------------------------------------------------------------------------------------------
|
----------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
# Osx builds, build binaries on native_dyn and native_static. On anyother things, build only the libraries
|
# 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_dyn | d | d | dB | B | | | macos-x86_64-dyn |
|
||||||
|
|
Loading…
Reference in New Issue