mirror of https://github.com/grpc/grpc-java.git
18 lines
615 B
Batchfile
18 lines
615 B
Batchfile
if NOT EXIST grpc-java-helper mkdir grpc-java-helper
|
|
cd grpc-java-helper
|
|
|
|
REM check if 7za is available
|
|
7za > NUL
|
|
if ERRORLEVEL 1 call gsutil cp gs://grpc-jenkins-helpers/java/7za.exe .
|
|
|
|
call "%VS120COMNTOOLS%\vsvars32.bat"
|
|
call "%WORKSPACE%\buildscripts\make_dependencies.bat"
|
|
|
|
cd "%WORKSPACE%"
|
|
|
|
set ESCWORKSPACE=%WORKSPACE:\=\\%
|
|
|
|
echo targetArch=x86_32> gradle.properties
|
|
echo vcProtobufLibs=%ESCWORKSPACE%\\grpc-java-helper\\protobuf-3.0.0-beta-2\\cmake\\build\\Release>> gradle.properties
|
|
echo vcProtobufInclude=%ESCWORKSPACE%\\grpc-java-helper\\protobuf-3.0.0-beta-2\\cmake\\build\\include>> gradle.properties
|