1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Merge pull request #663 from Baltix/patch-1

Disable tests to fix building deb packages
This commit is contained in:
Alexander Shishkin 2020-11-12 15:41:04 +03:00 committed by GitHub
commit eb011e59c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
debian/rules vendored
View File

@ -9,7 +9,8 @@ override_dh_auto_configure:
-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=ON \
-DCMAKE_INSTALL_RPATH=/usr/lib/$(DEB_HOST_MULTIARCH)/vcmi \
-DBIN_DIR=games \
-DFORCE_BUNDLED_FL=OFF
-DFORCE_BUNDLED_FL=OFF \
-DENABLE_TEST=0
override_dh_strip:
dh_strip --dbg-package=vcmi-dbg