mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
debian packaging: run tests with ninja too (followup b4f3126)
This commit is contained in:
parent
a9e9a6e497
commit
2c92152c7d
4
debian/rules
vendored
4
debian/rules
vendored
@ -43,9 +43,9 @@ endif
|
||||
DEB_BUILD_NAME ?= $(DISTRIBUTION)-$(DEB_BUILD_ARCH)
|
||||
|
||||
ifeq (,$(DISPLAY))
|
||||
TESTMAKE=xvfb-run -a -n 1 -s "-screen 0 1280x1024x24 -dpi 96" $(MAKE)
|
||||
TESTMAKE=xvfb-run -a -n 1 -s "-screen 0 1280x1024x24 -dpi 96" ninja
|
||||
else
|
||||
TESTMAKE=$(MAKE)
|
||||
TESTMAKE=ninja
|
||||
endif
|
||||
|
||||
QGIS_MAJOR=$(shell sed -ne 's/SET(CPACK_PACKAGE_VERSION_MAJOR "\([0-9]*\)")/\1/p' CMakeLists.txt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user