Fix issues.
This commit is contained in:
parent
0479b897c5
commit
6a5e29beba
|
@ -83,7 +83,6 @@ before_install:
|
||||||
brew link qt --force;
|
brew link qt --force;
|
||||||
chmod -R 755 /usr/local/opt/qt/*
|
chmod -R 755 /usr/local/opt/qt/*
|
||||||
fi
|
fi
|
||||||
brew install python3;
|
|
||||||
python3 --version;
|
python3 --version;
|
||||||
pip3 install dropbox;
|
pip3 install dropbox;
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -197,8 +197,8 @@ init:
|
||||||
- if "%QMAKE_GENERATOR%" == "NMake Makefiles JOM" set PATH=C:\Qt\Tools\QtCreator\bin;%PATH%
|
- if "%QMAKE_GENERATOR%" == "NMake Makefiles JOM" set PATH=C:\Qt\Tools\QtCreator\bin;%PATH%
|
||||||
- if "%DEPLOY%" == "true" set PATH="%PYTHON%;%PYTHON%\\Scripts\\;%PATH%"
|
- if "%DEPLOY%" == "true" set PATH="%PYTHON%;%PYTHON%\\Scripts\\;%PATH%"
|
||||||
# Check that we have the expected version and architecture for Python
|
# Check that we have the expected version and architecture for Python
|
||||||
- "python --version"
|
- if "%DEPLOY%" == "true" "%PYTHON%\\python.exe --version"
|
||||||
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
|
- if "%DEPLOY%" == "true" "%PYTHON%\\python.exe -c \"import struct; print(struct.calcsize('P') * 8)\""
|
||||||
# Install the build dependencies of the project.
|
# Install the build dependencies of the project.
|
||||||
- if "%DEPLOY%" == "true" "%PYTHON%\\python.exe -m pip install dropbox"
|
- if "%DEPLOY%" == "true" "%PYTHON%\\python.exe -m pip install dropbox"
|
||||||
# Set paths to libraries
|
# Set paths to libraries
|
||||||
|
|
Loading…
Reference in New Issue
Block a user