Add simple build script

This commit is contained in:
Chris Roberts 2018-03-07 08:52:53 -08:00
parent 04fdab961e
commit be0aa2e962
1 changed files with 7 additions and 0 deletions

7
.runner.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
mkdir -p assets
gem build *.gemspec
mv vagrant-*.gem assets/