Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
debian packaging: run tests with ninja too (followup b4f3126)
  • Loading branch information
jef-n committed Oct 7, 2016
1 parent a9e9a6e commit 2c92152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -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)
Expand Down

0 comments on commit 2c92152

Please sign in to comment.