[osmosis] 14/14: Use separate build and test targets.
Bas Couwenberg
sebastic at xs4all.nl
Thu Apr 10 21:38:50 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository osmosis.
commit 4f1f1f0663f9fdd03318bbbe5cf56e4456a81f8b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Thu Apr 10 22:27:28 2014 +0200
Use separate build and test targets.
---
debian/rules | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 3197255..6bf6056 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,13 @@ override_dh_auto_build:
gradle --offline --no-daemon \
--gradle-user-home debian/gradle-user-home \
--project-prop osmosisBuildType=RELEASE \
- build -x test
+ assemble
+
+override_dh_auto_test:
+ gradle --offline --no-daemon \
+ --gradle-user-home debian/gradle-user-home \
+ --project-prop osmosisBuildType=RELEASE \
+ check -x test
override_dh_clean:
gradle --offline --no-daemon \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmosis.git
More information about the Pkg-grass-devel
mailing list