aboutsummaryrefslogtreecommitdiff
path: root/appveyor/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor/build.bat')
-rw-r--r--appveyor/build.bat16
1 files changed, 0 insertions, 16 deletions
diff --git a/appveyor/build.bat b/appveyor/build.bat
deleted file mode 100644
index 7d3c32f..0000000
--- a/appveyor/build.bat
+++ /dev/null
@@ -1,16 +0,0 @@
-if "%APPVEYOR_REPO_TAG_NAME%"=="continuous" (
-
- exit 1
-
-)
-
-set QTDIR=C:\Qt\5.12\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