Skip to content

Commit

Permalink
AppVeyor: Do fail on launcher build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Jan 13, 2021
1 parent c9357f4 commit 9434603
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_launcher_2017.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if not exist build-smbx-launcher\NUL md build-smbx-launcher
cd build-smbx-launcher
%QT_PATH%\qmake -spec win32-msvc CONFIG+=Win32 CONFIG+=release CONFIG-=debug ../LunadllNewLauncher/SMBXLauncher/SMBXLauncher.pro
%JOM% /J 4
if errorlevel 1 exit 1

if exist build-smbx-launcher\NUL rd /S /Q deploy
md deploy
Expand Down

0 comments on commit 9434603

Please sign in to comment.