Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
41d2365e
Commit
41d2365e
authored
8 years ago
by
Jan Tattermusch
Browse files
Options
Downloads
Patches
Plain Diff
remove dead gmock link in protoc artifact build
parent
5bfcb5cc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/run_tests/build_artifact_protoc.bat
+1
-5
1 addition, 5 deletions
tools/run_tests/build_artifact_protoc.bat
with
1 addition
and
5 deletions
tools/run_tests/build_artifact_protoc.bat
+
1
−
5
View file @
41d2365e
...
...
@@ -32,12 +32,8 @@ mkdir artifacts
setlocal
cd
third_party
/protobuf
powershell
-Command
"Invoke-WebRequest https://googlemock.googlecode.com/files/gmock-1.7.0.zip -OutFile gmock.zip"
powershell
-Command
"Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.ZipFile]::ExtractToDirectory('gmock.zip', '.');"
rename
gmock
-
1
.7.0
gmock
cd
cmake
cmake
-G
"
%generator%
"
||
goto
:error
cmake
-G
"
%generator%
"
-Dprotobuf
_BUILD_TESTS
=
OFF
||
goto
:error
endlocal
call
vsprojects
/build
_plugins.bat
||
goto
:error
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment