Skip to content

Instantly share code, notes, and snippets.

@fakenickels
Created October 20, 2015 13:07
Show Gist options
  • Save fakenickels/61661590323eed6ed804 to your computer and use it in GitHub Desktop.
Save fakenickels/61661590323eed6ed804 to your computer and use it in GitHub Desktop.
Jenkins shell script to test Meteor packages
if [ ! -d "spacejam" ]; then
git clone https://github.com/practicalmeteor/spacejam.git --depth=1
fi
cd spacejam/
npm link
cd ../
spacejam test-packages ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment