more fixes

This commit is contained in:
Jay Lee
2019-04-23 14:43:07 -04:00
parent f104c7acdc
commit 108ca38f10
3 changed files with 5 additions and 6 deletions

View File

@@ -12,8 +12,7 @@ matrix:
- GAMOS=linux
- PLATFORM=x86_64
- os: linux
name: "Linux 64-bit Precise custom compile"
dist: precise
name: "Linux 64-bit Trusty custom compile"
language: bash
env:
- GAMOS=linux

View File

@@ -1,3 +1,4 @@
sudo /etc/init.d/postgresql stop
echo "RUNNING: apt update..."
sudo apt-get --yes update > /dev/null
echo "RUNNING: apt dist-upgrade..."
@@ -47,11 +48,10 @@ make install > /dev/null
cd ~
export LD_LIBRARY_PATH=~/ssl/lib:~/python/lib
$python=~/python/bin/python3
$pip=~/python/bin/pip3
python=~/python/bin/python3
pip=~/python/bin/pip3
$python -V
ls -al ~/python/bin
echo "Upgrading pip packages..."
$pip freeze > upgrades.txt

View File

@@ -2,7 +2,7 @@ powershell Install-WindowsFeature Net-Framework-Core
cinst -y python3
cinst -y openssl.light
/c/Program\ Files/OpenSSL/openssl version
cp -v "/c/Program Files/OpenSSL/*.dll" "/c/Python37/DLLs"
cp -v /c/Program\ Files/OpenSSL/bin/*.dll /c/Python37/DLLs
export PATH=$PATH:/c/Python37/scripts
cinst -y wixtoolset
pip install --upgrade pip