Multi-threaded build
This commit is contained in:
parent
37c8611aec
commit
dc19b0c0e9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/win.yml
vendored
6
.github/workflows/win.yml
vendored
|
|
@ -369,7 +369,7 @@ jobs:
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
run: |
|
run: |
|
||||||
cd %REPO_NAME%\Telegram
|
cd %REPO_NAME%\Telegram
|
||||||
|
|
||||||
call configure.bat ^
|
call configure.bat ^
|
||||||
-D TDESKTOP_API_TEST=ON ^
|
-D TDESKTOP_API_TEST=ON ^
|
||||||
-D DESKTOP_APP_USE_PACKAGED=OFF ^
|
-D DESKTOP_APP_USE_PACKAGED=OFF ^
|
||||||
|
|
@ -380,7 +380,7 @@ jobs:
|
||||||
|
|
||||||
call vcvars32.bat
|
call vcvars32.bat
|
||||||
cd ..\out
|
cd ..\out
|
||||||
msbuild Telegram.sln /nologo /p:Configuration=Debug,Platform=Win32
|
msbuild -m Telegram.sln /nologo /p:Configuration=Debug,Platform=Win32
|
||||||
|
|
||||||
|
|
||||||
- name: Re-run build on failure.
|
- name: Re-run build on failure.
|
||||||
|
|
@ -391,7 +391,7 @@ jobs:
|
||||||
cd %REPO_NAME%\out
|
cd %REPO_NAME%\out
|
||||||
call vcvars32.bat
|
call vcvars32.bat
|
||||||
|
|
||||||
msbuild Telegram.sln /nologo /p:Configuration=Debug,Platform=Win32
|
msbuild -m Telegram.sln /nologo /p:Configuration=Debug,Platform=Win32
|
||||||
|
|
||||||
- name: Move artifact.
|
- name: Move artifact.
|
||||||
if: env.UPLOAD_ARTIFACT == 'true'
|
if: env.UPLOAD_ARTIFACT == 'true'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue