Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Suyu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Suyu
Commits
c2046a10
There was an error fetching the commit references. Please try again later.
Commit
c2046a10
authored
9 years ago
by
chinhodado
Committed by
Chin
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Use xcpretty for xcodebuild on Travis
parent
8a04c65e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis-build.sh
+1
-1
1 addition, 1 deletion
.travis-build.sh
.travis-deps.sh
+1
-0
1 addition, 0 deletions
.travis-deps.sh
with
2 additions
and
1 deletion
.travis-build.sh
+
1
−
1
View file @
c2046a10
...
...
@@ -18,5 +18,5 @@ elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
export
Qt5_DIR
=
$(
brew
--prefix
)
/opt/qt5
mkdir
build
&&
cd
build
cmake ..
-GXcode
xcodebuild
-configuration
Release
xcodebuild
-configuration
Release
| xcpretty
-c
&&
exit
${
PIPESTATUS
[0]
}
fi
This diff is collapsed.
Click to expand it.
.travis-deps.sh
+
1
−
0
View file @
c2046a10
...
...
@@ -26,4 +26,5 @@ if [ "$TRAVIS_OS_NAME" = "linux" -o -z "$TRAVIS_OS_NAME" ]; then
elif
[
"
$TRAVIS_OS_NAME
"
=
"osx"
]
;
then
brew tap homebrew/versions
brew
install
qt5 glfw3 pkgconfig
gem
install
xcpretty
fi
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