Fix issues.

merge-requests/13/head
Roman Telezhynskyi 2021-05-02 16:43:12 +03:00
parent 0479b897c5
commit 6a5e29beba
2 changed files with 2 additions and 3 deletions

View File

@ -83,7 +83,6 @@ before_install:
brew link qt --force;
chmod -R 755 /usr/local/opt/qt/*
fi
brew install python3;
python3 --version;
pip3 install dropbox;
fi

View File

@ -197,8 +197,8 @@ init:
- if "%QMAKE_GENERATOR%" == "NMake Makefiles JOM" set PATH=C:\Qt\Tools\QtCreator\bin;%PATH%
- if "%DEPLOY%" == "true" set PATH="%PYTHON%;%PYTHON%\\Scripts\\;%PATH%"
# Check that we have the expected version and architecture for Python
- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
- if "%DEPLOY%" == "true" "%PYTHON%\\python.exe --version"
- if "%DEPLOY%" == "true" "%PYTHON%\\python.exe -c \"import struct; print(struct.calcsize('P') * 8)\""
# Install the build dependencies of the project.
- if "%DEPLOY%" == "true" "%PYTHON%\\python.exe -m pip install dropbox"
# Set paths to libraries