mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
travis
This commit is contained in:
@@ -21,9 +21,7 @@ brew info openssl@1.1
|
|||||||
echo "OpenSSL Lib"
|
echo "OpenSSL Lib"
|
||||||
ls -al /usr/local/opt/openssl@1.1/lib
|
ls -al /usr/local/opt/openssl@1.1/lib
|
||||||
echo "Local Python Lib"
|
echo "Local Python Lib"
|
||||||
ls -al /usr/local/opt
|
ls -alRF /usr/local/opt/python
|
||||||
ls -al /usr/local/opt/python
|
|
||||||
ls -al /usr/local/opt/python/lib
|
|
||||||
|
|
||||||
# Compile latest OpenSSL
|
# Compile latest OpenSSL
|
||||||
#if [ ! -d openssl-$BUILD_OPENSSL_VERSION ]; then
|
#if [ ! -d openssl-$BUILD_OPENSSL_VERSION ]; then
|
||||||
|
|||||||
@@ -11,13 +11,8 @@ echo "Installing $exefile..."
|
|||||||
powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=C:\\ssl"
|
powershell ".\\${exefile} /silent /sp- /suppressmsgboxes /DIR=C:\\ssl"
|
||||||
cinst -y python3
|
cinst -y python3
|
||||||
until cinst -y wixtoolset; do echo "trying again..."; done
|
until cinst -y wixtoolset; do echo "trying again..."; done
|
||||||
echo "OpenSSL dlls..."
|
until cp -v /c/ssl/libcrypto-1_1-x64.dll /c/Python37/DLLs/libcrypto-1_1.dll; do echo "trying again..."; done
|
||||||
ls -alRF /c/ssl
|
until cp -v /c/ssl/libssl-1_1-x64.dll /c/Python37/DLLs/libssl-1_1.dll; do echo "trying again..."; done
|
||||||
sha1sum /c/ssl/*.dll
|
|
||||||
echo "Python dlls..."
|
|
||||||
ls -al /c/Python37/DLLs
|
|
||||||
sha1sum /c/Python37/DLLs/*.dll
|
|
||||||
until cp -v /c/ssl/*.dll /c/Python37/DLLs; do echo "trying again..."; done
|
|
||||||
export PATH=$PATH:/c/Python37/scripts
|
export PATH=$PATH:/c/Python37/scripts
|
||||||
cd $mypath
|
cd $mypath
|
||||||
export python=/c/Python37/python.exe
|
export python=/c/Python37/python.exe
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
cd src
|
cd src
|
||||||
sha1sum /c/Python37/DLLs/*.dll
|
|
||||||
pyinstaller --clean --noupx -F --distpath=gam $GAMOS-gam.spec
|
pyinstaller --clean --noupx -F --distpath=gam $GAMOS-gam.spec
|
||||||
export gam="gam/gam"
|
export gam="gam/gam"
|
||||||
export gampath=$(readlink -e gam)
|
export gampath=$(readlink -e gam)
|
||||||
|
|||||||
Reference in New Issue
Block a user