Last active
July 17, 2018 09:26
-
-
Save piatra/daf0befef61a6f18f21a59acd569aab0 to your computer and use it in GitHub Desktop.
run_mochitests.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| export SHELL=/bin/bash | |
| cd /firefox/src | |
| git clone https://github.com/mozilla/activity-stream.git | |
| cd activity-stream | |
| npm install | |
| npm buildmc | |
| npm run mochitest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment