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
e8d95355
Commit
e8d95355
authored
9 years ago
by
Jorge Canizales
Browse files
Options
Downloads
Patches
Plain Diff
Formatting and documentation
parent
37a44d87
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/objective-c/tests/build_tests.sh
+7
-1
7 additions, 1 deletion
src/objective-c/tests/build_tests.sh
src/objective-c/tests/run_tests.sh
+3
-0
3 additions, 0 deletions
src/objective-c/tests/run_tests.sh
with
10 additions
and
1 deletion
src/objective-c/tests/build_tests.sh
+
7
−
1
View file @
e8d95355
...
@@ -28,12 +28,18 @@
...
@@ -28,12 +28,18 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Don't run this script standalone. Instead, run from the repository root:
# ./tools/run_tests/run_tests.py -l objc
set
-e
set
-e
cd
$(
dirname
$0
)
cd
$(
dirname
$0
)
hash
pod 2>/dev/null
||
{
echo
>
&2
"Cocoapods needs to be installed."
;
exit
1
;
}
hash
pod 2>/dev/null
||
{
echo
>
&2
"Cocoapods needs to be installed."
;
exit
1
;
}
hash
xcodebuild 2>/dev/null
||
{
echo
>
&2
"XCode command-line tools need to be installed."
;
exit
1
;
}
hash
xcodebuild 2>/dev/null
||
{
echo
>
&2
"XCode command-line tools need to be installed."
exit
1
}
BINDIR
=
../../../bins/
$CONFIG
BINDIR
=
../../../bins/
$CONFIG
...
...
This diff is collapsed.
Click to expand it.
src/objective-c/tests/run_tests.sh
+
3
−
0
View file @
e8d95355
...
@@ -28,6 +28,9 @@
...
@@ -28,6 +28,9 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Don't run this script standalone. Instead, run from the repository root:
# ./tools/run_tests/run_tests.py -l objc
set
-e
set
-e
cd
$(
dirname
$0
)
cd
$(
dirname
$0
)
...
...
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