Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Client iOS Database
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
Client iOS Database
Commits
89708bf0
Commit
89708bf0
authored
Sep 23, 2022
by
Dariusz Rybicki
Browse files
Options
Downloads
Patches
Plain Diff
Remove xcbeautify
parent
d5a1e7b5
No related branches found
No related tags found
2 merge requests
!34
Run tests on CI
,
!30
Release v1.2.0
Pipeline
#166769
failed
Sep 23, 2022
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
run-tests.sh
+2
-2
2 additions, 2 deletions
run-tests.sh
xcbeautify
+0
-0
0 additions, 0 deletions
xcbeautify
with
2 additions
and
2 deletions
run-tests.sh
+
2
−
2
View file @
89708bf0
...
...
@@ -4,12 +4,12 @@ set -e
if
[
"
$1
"
=
"macos"
]
;
then
echo
"
\n\0
33[1;32m▶ Running package tests on macOS...
\0
33[0m"
s
et
-o
pipefail
&&
swift
test
2>&1 | ./xcbeautify
s
wift
test
elif
[
"
$1
"
=
"ios"
]
;
then
echo
"
\n\0
33[1;32m▶ Running package tests on iOS Simulator...
\0
33[0m"
set
-o
pipefail
&&
xcodebuild
-scheme
'xx-client-ios-db-Package'
-sdk
iphonesimulator
-destination
'platform=iOS Simulator,OS=16.0,name=iPhone 14'
test
| ./xcbeautify
xcodebuild
-scheme
'xx-client-ios-db-Package'
-sdk
iphonesimulator
-destination
'platform=iOS Simulator,OS=16.0,name=iPhone 14'
test
else
...
...
This diff is collapsed.
Click to expand it.
xcbeautify
deleted
100755 → 0
+
0
−
0
View file @
d5a1e7b5
File deleted
This diff is collapsed.
Click to expand it.
Dariusz Rybicki
@darrarski.xx
mentioned in commit
8e65af53
·
Sep 23, 2022
mentioned in commit
8e65af53
mentioned in commit 8e65af53a4283554a41183ee9578acf71fc6949f
Toggle commit list
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