aboutsummaryrefslogtreecommitdiff
path: root/appveyor
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor')
-rw-r--r--appveyor/build.bat16
1 files changed, 16 insertions, 0 deletions
diff --git a/appveyor/build.bat b/appveyor/build.bat
new file mode 100644
index 0000000..0c7d9e6
--- /dev/null
+++ b/appveyor/build.bat
@@ -0,0 +1,16 @@
+if "%APPVEYOR_REPO_TAG_NAME%"=="continuous" (
+
+ exit 1
+
+)
+
+set QTDIR=C:\Qt\5.14\msvc2017_64
+set PATH=%PATH%;%QTDIR%\bin
+call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
+
+qmake AleePlayer.pro "CONFIG+=release"
+nmake release
+mkdir deploy
+copy release\AleePlayer.exe deploy
+cd deploy
+windeployqt AleePlayer.exe -multimedia