Update srmio download for Travis-ci Linux builds

[skip appveyor]
It is not available anymore on previous location
This commit is contained in:
Ale Martinez
2020-09-27 20:22:56 -03:00
parent 16dfd234e2
commit 22ea3399fe

View File

@@ -43,9 +43,9 @@ if [ -z "$(ls -A D2XX)" ]; then
fi
# SRMIO
wget http://www.zuto.de/project/files/srmio/srmio-0.1.1~git1.tar.gz
tar xf srmio-0.1.1~git1.tar.gz
cd srmio-0.1.1~git1
wget https://github.com/rclasen/srmio/archive/v0.1.1git1.tar.gz
tar xf v0.1.1git1.tar.gz
cd srmio-0.1.1git1
./configure --disable-shared --enable-static
make --silent -j3
sudo make install