Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
a030cc75
Commit
a030cc75
authored
Nov 05, 2015
by
Paul Yang
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #943 from thomasvl/conformance
Update the Mac build script to include the conformance tests
parents
b6a32e90
f0411ec9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
.gitignore
.gitignore
+1
-0
full_mac_build.sh
objectivec/DevTools/full_mac_build.sh
+5
-1
No files found.
.gitignore
View file @
a030cc75
...
...
@@ -104,4 +104,5 @@ conformance/conformance-cpp
conformance/conformance-test-runner
conformance/conformance.pb.cc
conformance/conformance.pb.h
conformance/conformance.rb
conformance/protoc_middleman
objectivec/DevTools/full_mac_build.sh
View file @
a030cc75
...
...
@@ -114,7 +114,7 @@ while [[ $# != 0 ]]; do
done
# Into the proto dir.
push
d
"
${
ProtoRootDir
}
"
c
d
"
${
ProtoRootDir
}
"
# if no Makefile, force the autogen.
if
[[
!
-f
Makefile
]]
;
then
...
...
@@ -160,6 +160,10 @@ header "Building"
# at random.
wrapped_make
-j
"
${
NUM_MAKE_JOBS
}
"
all
wrapped_make
-j
"
${
NUM_MAKE_JOBS
}
"
check
# Fire off the conformance tests also.
cd
conformance
wrapped_make
-j
"
${
NUM_MAKE_JOBS
}
"
cd
..
header
"Ensuring the ObjC descriptors are current."
# Find the newest input file (protos, compiler, and the generator script).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment