Try left in path variable paths we only need and nothing more.
--HG-- branch : develop
This commit is contained in:
parent
c7cddbfb28
commit
78ed2f5871
|
@ -110,15 +110,18 @@ environment:
|
|||
|
||||
# scripts that are called at very beginning, before repo cloning
|
||||
init:
|
||||
# Path before
|
||||
- path
|
||||
# Installing various utilities
|
||||
#- choco install cppcheck
|
||||
#- if "%QMAKE_GENERATOR%" == "MinGW Makefiles" choco install -y InnoSetup
|
||||
#- if "%QMAKE_GENERATOR%" == "MinGW Makefiles" if "%PLATFORM%" == "X86" set PATH="C:\Program Files\Inno Setup 5";%PATH%
|
||||
#- if "%QMAKE_GENERATOR%" == "MinGW Makefiles" if "%PLATFORM%" == "X64" set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
|
||||
- set QTDIR=C:\%QT5%
|
||||
- set PATH=%QTDIR%\bin;%PATH%
|
||||
- set PATH=%QTDIR%\bin #;%PATH%
|
||||
- if "%QMAKE_GENERATOR%" == "MinGW Makefiles" set PATH=%MINGW_PATH%;%PATH%
|
||||
- if "%QMAKE_GENERATOR%" == "NMake Makefiles JOM" set PATH=C:\Qt\Tools\QtCreator\bin;%PATH%
|
||||
# Path after
|
||||
- path
|
||||
- qmake -v
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user