aboutsummaryrefslogtreecommitdiff
path: root/scripts/appveyor.bat
blob: 6326e9eb3a5c60bc4debc4e6aa80d2641ba7e06b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 "Alee Audio Player.pro" "CONFIG+=release"
nmake release
mkdir deploy
copy release\AleeAudioPlayer.exe deploy
cd deploy
windeployqt AleeAudioPlayer.exe -multimedia