diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 674cc5d1..00000000 --- a/appveyor.yml +++ /dev/null @@ -1,16 +0,0 @@ - version: ci.{build} - - environment: - matrix: - - name: win32 - platform: x86 - qt: 5.10\msvc2015 - - init: - - set PATH=C:\Qt\%qt%\bin;%PATH% - - call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" - - install: - - qmake -v - - qmake -tp vc - - msbuild /t:Rebuild /p:Configuration=Release