mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-29 23:15:49 +00:00
CI: get lcov from github
...instead of sourceforge.com (which seems to be in its final breaths)
This commit is contained in:
committed by
Howard Hinnant
parent
36ac1124f4
commit
e499e908d2
@@ -34,7 +34,7 @@ bash bin/sh/install-boost.sh
|
||||
|
||||
# Install lcov
|
||||
# Download the archive
|
||||
wget http://downloads.sourceforge.net/ltp/lcov-1.12.tar.gz
|
||||
wget https://github.com/linux-test-project/lcov/releases/download/v1.12/lcov-1.12.tar.gz
|
||||
# Extract to ~/lcov-1.12
|
||||
tar xfvz lcov-1.12.tar.gz -C $HOME
|
||||
# Set install path
|
||||
|
||||
Reference in New Issue
Block a user