diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-06-21 23:12:48 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-06-21 23:12:48 +0300 |
commit | a0b016be2e2f120c5b2ef408289f10665c1deb56 (patch) | |
tree | a701c0edd10ebb6a025cb00d1a4b55ffcebd8637 /debian/quick-build.sh | |
download | ruby-debian/2.3.3-1.tar.gz |
Imported ruby2.3 2.3.3-1debian/2.3.3-1debian
Diffstat (limited to 'debian/quick-build.sh')
-rw-r--r-- | debian/quick-build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/quick-build.sh b/debian/quick-build.sh new file mode 100644 index 0000000..b19f199 --- /dev/null +++ b/debian/quick-build.sh @@ -0,0 +1 @@ +DEB_BUILD_OPTIONS="parallel=$(nproc) nocheck" git buildpackage -us -uc -B "$@" |