Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
Nheko Reborn
nheko
Commits
62b90e6e
Commit
62b90e6e
authored
6 years ago
by
Joe Donofry
Browse files
Options
Downloads
Patches
Plain Diff
Additional mac icu4c changes
parent
da968bba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.ci/install.sh
+7
-4
7 additions, 4 deletions
.ci/install.sh
with
7 additions
and
4 deletions
.ci/install.sh
+
7
−
4
View file @
62b90e6e
...
...
@@ -4,10 +4,13 @@ set -ex
if
[
"
$TRAVIS_OS_NAME
"
==
"osx"
]
;
then
brew update
brew
install
icu4c qt5 lmdb clang-format ninja libsodium cmark
brew upgrade boost cmake
||
true
# Attempt to fix icu4c issues.
brew
unlink
icu4c
&&
brew
link
icu4c
--force
brew
install
qt5 lmdb clang-format ninja libsodium cmark
brew upgrade boost cmake icu4c
||
true
# make sure that ICU executables are added to the PATH
# and that the shared objects files can be found by the linker
export
PATH
=
"
$(
brew
--prefix
icu4c
)
/bin:
$PATH
"
export
DYLD_FALLBACK_LIBRARY_PATH
=
"
$(
brew
--prefix
icu4c
)
/lib:
$DYLD_FALLBACK_LIBRARY_PATH
"
export
PKG_CONFIG_PATH
=
"
$(
brew
--prefix
icu4c
)
/lib/pkgconfig:
$PKG_CONFIG_PATH
"
curl https://bootstrap.pypa.io/get-pip.py
-o
get-pip.py
sudo
python get-pip.py
...
...
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