Skip to content

Commit

Permalink
[ci] add script for snapshot build job
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jun 30, 2016
1 parent cb0659f commit 995c408
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/scripts/jenkins_build_snapshot.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

set -e

"$(dirname $0)/jenkins_setup.sh"

"$(npm bin)/grunt" build;

0 comments on commit 995c408

Please sign in to comment.