Create appveyor.yml

This commit is contained in:
Leroy.H.Y 2019-06-15 10:30:18 +08:00 committed by GitHub
parent 3dd66ea6cd
commit 9a809bde0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
appveyor.yml Normal file
View File

@ -0,0 +1,10 @@
install:
- set QTDIR=C:\Qt\5.10\mingw53_32
- choco install -y InnoSetup
- set PATH=%QTDIR%\bin;C:\Qt\Tools\mingw530_32\bin;%PATH%;"C:\Program Files (x86)\Inno Setup 5"
build_script:
- cd src
- mkdir build
- cd build
- qmake ..\..\Hv2ray.pro
- mingw32-make