* more debug

This commit is contained in:
Seth Call 2016-04-04 09:44:07 -05:00
parent 7bdf9ddd5e
commit 557bdc42db
1 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,9 @@ pushd target/ruby > /dev/null
rm -rf jampb
bundle gem jampb > /dev/null
#bundle gem jampb > /dev/null
echo "build gem jampb"
bundle gem jampb
# copy over built ruby code
cp src/*.rb jampb/lib/jampb
@ -57,7 +59,9 @@ end
EOF
echo "gem build jampb.gemspec"
gem build jampb.gemspec > /dev/null
#gem build jampb.gemspec > /dev/null
popd > /dev/null
popd > /dev/null