mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Test ci
This commit is contained in:
parent
1c9d6ce6a6
commit
1a368c64c4
@ -7,9 +7,11 @@ set root=%cd%
|
|||||||
|
|
||||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsx86_amd64.bat"
|
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsx86_amd64.bat"
|
||||||
|
|
||||||
echo "Begin build of ScreenPlay "
|
mkdir package
|
||||||
|
cd package
|
||||||
|
|
||||||
qmake.exe ScreenPlay.pro -spec win32-msvc "CONFIG+=release"
|
echo "Begin build of ScreenPlay "
|
||||||
|
../qmake.exe ScreenPlay.pro -spec win32-msvc "CONFIG+=release"
|
||||||
jom.exe -j8
|
jom.exe -j8
|
||||||
echo "Build ScreenPlay finished!"
|
echo "Build ScreenPlay finished!"
|
||||||
|
|
||||||
|
@ -4,10 +4,6 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary
|
|||||||
|
|
||||||
echo "Begin packaging"
|
echo "Begin packaging"
|
||||||
|
|
||||||
|
|
||||||
mkdir package
|
|
||||||
cd package
|
|
||||||
|
|
||||||
xcopy "Shared" "package\Launcher" /s /y
|
xcopy "Shared" "package\Launcher" /s /y
|
||||||
|
|
||||||
C:\Qt\5.11.2\msvc2017_64\bin\windeployqt.exe --release --qmldir Launcher/qml package/Launcher/DC-Launcher.exe
|
C:\Qt\5.11.2\msvc2017_64\bin\windeployqt.exe --release --qmldir Launcher/qml package/Launcher/DC-Launcher.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user