diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..0163771 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,22 @@ +branches: + only: + - master + +install: + - set QTDIR=C:\Qt\5.8\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: + - qmake FastQt.pro + - mingw32-make +after_build: + - windeployqt release/fastqt.exe + - cmd: cp LICENSE release/LICENSE.txt" + - iscc innosetup.iss + - rm release/*.o + - rm release/*.cpp + +artifacts: + - path: Output\AleePlayer-*.exe + - path: release + type: zip |
