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 - GAMOS=linux
- PLATFORM=x86_64 - PLATFORM=x86_64
- os: linux - os: linux
name: "Linux 64-bit Precise custom compile" name: "Linux 64-bit Trusty custom compile"
dist: precise
language: bash language: bash
env: env:
- GAMOS=linux - GAMOS=linux

View File

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

View File

@@ -2,7 +2,7 @@ powershell Install-WindowsFeature Net-Framework-Core
cinst -y python3 cinst -y python3
cinst -y openssl.light cinst -y openssl.light
/c/Program\ Files/OpenSSL/openssl version /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 export PATH=$PATH:/c/Python37/scripts
cinst -y wixtoolset cinst -y wixtoolset
pip install --upgrade pip pip install --upgrade pip