1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Disable tests for Deb and RPM packages

This commit is contained in:
Arseniy Shestakov
2016-09-30 01:09:09 +03:00
parent 1c33bd42a9
commit 84fc8770e9
2 changed files with 2 additions and 2 deletions

2
debian/rules vendored
View File

@@ -5,7 +5,7 @@
# override disabled by default rpath - we need to find libvcmi.so with it:
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_SKIP_RPATH=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBIN_DIR=games
dh_auto_configure -- -DCMAKE_SKIP_RPATH=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBIN_DIR=games -DENABLE_TEST=0
.PHONY: override_dh_strip
override_dh_strip:
dh_strip --dbg-package=vcmi-dbg