[ci] add script for snapshot build job

This commit is contained in:
spalger 2016-06-30 15:41:47 -07:00
parent cb0659f98d
commit 995c408410

View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
"$(dirname $0)/jenkins_setup.sh"
"$(npm bin)/grunt" build;