rustls/admin/build-lcov

10 lines
157 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
2019-05-27 17:17:48 +00:00
cd lcov
git checkout v1.14
sudo make install
2017-06-04 16:18:48 +00:00
fi