Skip to content

Instantly share code, notes, and snippets.

@pastuhov
Created August 8, 2015 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pastuhov/25c583770d9028cb2472 to your computer and use it in GitHub Desktop.
Save pastuhov/25c583770d9028cb2472 to your computer and use it in GitHub Desktop.
# JSCoverage
RUN cd /root/ \
&& wget http://siliconforks.com/jscoverage/download/jscoverage-0.5.1.tar.bz2 \
&& tar jxvf jscoverage-0.5.1.tar.bz2 \
&& cd jscoverage-0.5.1/ \
&& ./configure \
&& make \
&& make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment