From 0573929ec51e3a58aa30da4b4b8f9cf8c069e6f8 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 22 Jan 2020 09:42:12 -0500 Subject: Added CIs in readme --- appveyor/build.bat | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 appveyor/build.bat (limited to 'appveyor/build.bat') 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 -- cgit v1.2.3