Skip to content

Commit

Permalink
DO-NOT-RELEASE: Test enable postgresql plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Aug 28, 2024
1 parent c03650e commit 85125ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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 -DBUILD_PLUGIN=ON

# Tests need to run one after the other otherwise the database tests will fail
override_dh_auto_test:
Expand Down

0 comments on commit 85125ec

Please sign in to comment.