We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 033e2e6 commit b7f7bd1Copy full SHA for b7f7bd1
debian/rules
@@ -220,10 +220,14 @@ override_dh_auto_configure:
220
dh_auto_configure -- $(CMAKE_OPTS)
221
222
override_dh_auto_build-arch:
223
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
224
ninja -C $(QGIS_BUILDDIR) $(DEB_TEST_TARGET)Build || \
225
cat $(QGIS_BUILDDIR)/Testing/Temporary/LastBuild_$$(head -1 $(QGIS_BUILDDIR)/Testing/TAG).log || \
226
ninja -C $(QGIS_BUILDDIR) $(DEB_TEST_TARGET)Submit || \
227
false
228
+else
229
+ ninja -C $(QGIS_BUILDDIR)
230
+endif
231
232
override_dh_auto_build-indep:
233
ninja -C $(QGIS_BUILDDIR) apidoc
0 commit comments