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