Skip to content

Commit

Permalink
debian packaging: fix release builds (followup 792c19b)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 23, 2018
1 parent 49858ca commit 0def61c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions debian/rules
Expand Up @@ -220,10 +220,14 @@ override_dh_auto_configure:
dh_auto_configure -- $(CMAKE_OPTS)

override_dh_auto_build-arch:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ninja -C $(QGIS_BUILDDIR) $(DEB_TEST_TARGET)Build || \
cat $(QGIS_BUILDDIR)/Testing/Temporary/LastBuild_$$(head -1 $(QGIS_BUILDDIR)/Testing/TAG).log || \
ninja -C $(QGIS_BUILDDIR) $(DEB_TEST_TARGET)Submit || \
false
else
ninja -C $(QGIS_BUILDDIR)
endif

override_dh_auto_build-indep:
ninja -C $(QGIS_BUILDDIR) apidoc
Expand Down

0 comments on commit 0def61c

Please sign in to comment.