소스 검색

Disable tests to fix building deb packages

See commit 84fc8770e9a2374d301e7329fc268ba7f5dd99b8
Mantas Kriaučiūnas 5 년 전
부모
커밋
7daff67e03
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      debian/rules

+ 2 - 1
debian/rules

@@ -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