1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-02 00:10:22 +02:00

Disable tests to fix building deb packages

See commit 84fc8770e9
This commit is contained in:
Mantas Kriaučiūnas 2020-11-12 13:59:06 +02:00 committed by GitHub
parent 1f0f58a111
commit 7daff67e03
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_USE_LINK_PATH=ON \
-DCMAKE_INSTALL_RPATH=/usr/lib/$(DEB_HOST_MULTIARCH)/vcmi \ -DCMAKE_INSTALL_RPATH=/usr/lib/$(DEB_HOST_MULTIARCH)/vcmi \
-DBIN_DIR=games \ -DBIN_DIR=games \
-DFORCE_BUNDLED_FL=OFF -DFORCE_BUNDLED_FL=OFF \
-DENABLE_TEST=0
override_dh_strip: override_dh_strip:
dh_strip --dbg-package=vcmi-dbg dh_strip --dbg-package=vcmi-dbg