Update appveyor.yml
This commit is contained in:
parent
69e695a81e
commit
8f772818fb
|
|
@ -26,9 +26,6 @@ configuration:
|
||||||
- release
|
- release
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- appveyor-retry choco install doxygen.portable
|
|
||||||
- appveyor-retry choco install graphviz.portable
|
|
||||||
# Setup the build toolchains.
|
|
||||||
- '%QTDIR%\bin\qtenv2.bat'
|
- '%QTDIR%\bin\qtenv2.bat'
|
||||||
- qmake -v
|
- qmake -v
|
||||||
- if %QTDIR:_64=%==%QTDIR% ( set ARCH=x86 ) else set ARCH=x64
|
- if %QTDIR:_64=%==%QTDIR% ( set ARCH=x86 ) else set ARCH=x64
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue