rustls/admin/build-lcov

8 lines
137 B
Plaintext
Raw Normal View History

2017-06-04 16:18:48 +00:00
#!/bin/sh
set -xe
if [ ! -e lcov/ ] ; then
git clone https://github.com/linux-test-project/lcov.git
cd lcov && sudo make install
fi