FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
API-Examples/windows/APIExample/cloud_build.bat at main · borderoflife/API-Examples · GitHub
borderoflife
/
API-Examples
Public
forked from
AgoraIO/API-Examples
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
API-Examples
/
windows
/
APIExample
/
cloud_build.bat
Copy path
More file actions
More file actions
Latest commit
History
History
History
10 lines (9 loc) · 432 Bytes
Breadcrumbs
API-Examples
/
windows
/
APIExample
/
cloud_build.bat
Copy path
File metadata and controls
10 lines (9 loc) · 432 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
echo
"
compile start...
"
call
installThirdParty.bat
"
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\MSBuild.exe
"
"
APIExample.sln
"
/p:platform=
"
Win32
"
/p:configuration=
"
Release
"
7z a -tzip result.zip -r Release
set
h
=
%time:~
0
,
2
%
set
h
=
%h:
=
0
%
copy
result.zip
%WORKSPACE%
\\APIExample_windows_
%BUILD_NUMBER%
_
%date:~
4
,
2
%%date:~
7
,
2
%%h%%time:~
3
,
2
%
_Release_exe.zip
del
/F result.zip
echo
"
compile done.
"
Back
|
FazBrowse Home
|
New Git URL