mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Improve windows build (#921)
* fix windows build * exclude test-bigint execution on windows --------- Co-authored-by: My Name <my-name@chromium.org>
This commit is contained in:
parent
79a75d575e
commit
4969176ec9
2 changed files with 33 additions and 23 deletions
|
|
@ -182,7 +182,7 @@ pipeline {
|
|||
timeout(time: 90, unit: 'MINUTES') {
|
||||
bat '''
|
||||
copy assembly\\native\\build-windows.bat .
|
||||
build-windows.bat
|
||||
build-windows.bat -t
|
||||
'''
|
||||
bat '''
|
||||
cd artifacts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue