appveyor.yml fix wrong variable name. Changed notification options.
--HG-- branch : develop
This commit is contained in:
parent
75bb672681
commit
0ece6cee6c
|
@ -121,7 +121,7 @@ init:
|
||||||
# Path before
|
# Path before
|
||||||
- path
|
- path
|
||||||
- set QTDIR=C:\%QT5%
|
- set QTDIR=C:\%QT5%
|
||||||
- set PATH=%QTDIR%\bin;%QT_DIR%\include;C:\Tools\PsTools;C:\Windows\system32;C:\Windows;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mercurial\
|
- set PATH=%QTDIR%\bin;%QTDIR%\include;C:\Tools\PsTools;C:\Windows\system32;C:\Windows;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Mercurial\
|
||||||
# Installing various utilities
|
# Installing various utilities
|
||||||
#- if "%QMAKE_GENERATOR%" == "MinGW Makefiles" choco install -y InnoSetup
|
#- 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%" == "x86" set PATH="C:\Program Files\Inno Setup 5";%PATH%
|
||||||
|
@ -181,4 +181,6 @@ notifications:
|
||||||
- dismine@gmail.com
|
- dismine@gmail.com
|
||||||
- susan.spencer@gmail.com
|
- susan.spencer@gmail.com
|
||||||
- zhuravska19@gmail.com
|
- zhuravska19@gmail.com
|
||||||
|
on_build_success: false
|
||||||
|
on_build_failure: true
|
||||||
on_build_status_changed: true
|
on_build_status_changed: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user