mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-25 08:31:35 +00:00
more fixes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user