mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 19:00:22 +08:00
Create appveyor.yml
This commit is contained in:
parent
3dd66ea6cd
commit
9a809bde0e
10
appveyor.yml
Normal file
10
appveyor.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user