mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
full paths
This commit is contained in:
@@ -2,14 +2,14 @@ echo "Installing Net-Framework-Core..."
|
|||||||
until powershell Install-WindowsFeature Net-Framework-Core; do echo "trying again..."; done
|
until powershell Install-WindowsFeature Net-Framework-Core; do echo "trying again..."; done
|
||||||
cinst -y --forcex86 python3
|
cinst -y --forcex86 python3
|
||||||
cd ~/pybuild
|
cd ~/pybuild
|
||||||
exefile=Win32OpenSSL_Light-${BUILD_OPENSSL_VERSION//./_}.exe
|
export exefile=Win32OpenSSL_Light-${BUILD_OPENSSL_VERSION//./_}.exe
|
||||||
if [ ! -e $exefile ]; then
|
if [ ! -e $exefile ]; then
|
||||||
echo "Downloading $exefile..."
|
echo "Downloading $exefile..."
|
||||||
wget --quiet https://slproweb.com/download/$exefile
|
wget --quiet https://slproweb.com/download/$exefile
|
||||||
fi
|
fi
|
||||||
if [ ! -e ssl/libssl-1_1-x64.dll ]; then
|
if [ ! -e ssl/libssl-1_1-x64.dll ]; then
|
||||||
echo "Extracting $exefile..."
|
echo "Installing $exefile..."
|
||||||
powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=ssl"
|
powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=C:\\Users\\travis\\pybuild\\ssl"
|
||||||
fi
|
fi
|
||||||
echo "OpenSSL dlls..."
|
echo "OpenSSL dlls..."
|
||||||
ls -alRF ssl
|
ls -alRF ssl
|
||||||
|
|||||||
@@ -2,14 +2,14 @@ echo "Installing Net-Framework-Core..."
|
|||||||
until powershell Install-WindowsFeature Net-Framework-Core; do echo "trying again..."; done
|
until powershell Install-WindowsFeature Net-Framework-Core; do echo "trying again..."; done
|
||||||
cinst -y python3
|
cinst -y python3
|
||||||
cd ~/pybuild
|
cd ~/pybuild
|
||||||
exefile=Win64OpenSSL_Light-${BUILD_OPENSSL_VERSION//./_}.exe
|
export exefile=Win64OpenSSL_Light-${BUILD_OPENSSL_VERSION//./_}.exe
|
||||||
if [ ! -e $exefile ]; then
|
if [ ! -e $exefile ]; then
|
||||||
echo "Downloading $exefile..."
|
echo "Downloading $exefile..."
|
||||||
wget --quiet https://slproweb.com/download/$exefile
|
wget --quiet https://slproweb.com/download/$exefile
|
||||||
fi
|
fi
|
||||||
if [ ! -e ssl/libssl-1_1-x64.dll ]; then
|
if [ ! -e ssl/libssl-1_1-x64.dll ]; then
|
||||||
echo "Installing $exefile..."
|
echo "Installing $exefile..."
|
||||||
powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=ssl"
|
powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=C:\\Users\\travis\\pybuild\\ssl"
|
||||||
fi
|
fi
|
||||||
echo "OpenSSL dlls..."
|
echo "OpenSSL dlls..."
|
||||||
ls -alRF ssl
|
ls -alRF ssl
|
||||||
|
|||||||
Reference in New Issue
Block a user