From 5af33ea0146f3cbe750b6f1941e1ed68f2dc733c Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 20 Jan 2020 11:37:22 -0500 Subject: Appveyor and debug messages --- appveyor.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 appveyor.yml (limited to 'appveyor.yml') 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 -- cgit v1.2.3