Update appveyor.yml

This commit is contained in:
Hamed Masafi 2019-08-04 18:18:08 +04:30 committed by GitHub
parent 69e695a81e
commit 8f772818fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ configuration:
- release
install:
- appveyor-retry choco install doxygen.portable
- appveyor-retry choco install graphviz.portable
# Setup the build toolchains.
- '%QTDIR%\bin\qtenv2.bat'
- qmake -v
- if %QTDIR:_64=%==%QTDIR% ( set ARCH=x86 ) else set ARCH=x64