Skip to content

Commit

Permalink
#44 disable auto test from build deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
lomik committed May 11, 2016
1 parent 12b15c5 commit 48b1837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -20,7 +20,7 @@ rpm: tmp/go-carbon.tar.gz
cd tmp && ./buildrpm.sh ../deploy/go-carbon.spec.centos `../go-carbon --version`

deb:
dpkg-buildpackage -B -us -uc
DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -B -us -uc

submodules:
git submodule init
Expand Down

0 comments on commit 48b1837

Please sign in to comment.