Skip to content

Commit

Permalink
Updated debian rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-osm committed Aug 29, 2024
1 parent f19cb03 commit 5eb5335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
dh $@ --buildsystem cmake

override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=1 -DBUILD_PLUGIN=OFF
dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=1

# Tests need to run one after the other otherwise the database tests will fail
override_dh_auto_test:
# dh_auto_test --no-parallel
dh_auto_test --no-parallel

0 comments on commit 5eb5335

Please sign in to comment.