mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-03-13 01:26:37 -04:00
Disable test building
This commit is contained in:
parent
29821e00b6
commit
cddd5b08e8
@ -527,7 +527,9 @@ class Build(Command):
|
||||
cmake_opts = [
|
||||
'-DWITH_XC_ALL=ON',
|
||||
'-DCMAKE_BUILD_TYPE=Release',
|
||||
'-DCMAKE_INSTALL_PREFIX=' + kwargs['install_prefix']
|
||||
'-DCMAKE_INSTALL_PREFIX=' + kwargs['install_prefix'],
|
||||
'-DWITH_TESTS=OFF',
|
||||
'-DWITH_GUI_TESTS=OFF',
|
||||
]
|
||||
if not kwargs['use_system_deps'] and not kwargs.get('docker_image'):
|
||||
cmake_opts.append(f'-DCMAKE_TOOLCHAIN_FILE={self._get_vcpkg_toolchain_file()}')
|
||||
|
Loading…
x
Reference in New Issue
Block a user