Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Akamu
Game Client iOS
Commits
fbc5a662
Commit
fbc5a662
authored
Nov 10, 2019
by
Maurice Kraus
Browse files
chore(util): this integrates carthage into the setup script
parent
a591c4ba
Pipeline
#1243
passed with stages
in 3 minutes and 31 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
setup
View file @
fbc5a662
...
...
@@ -6,9 +6,17 @@ echo "--- Start Setup..."
find .git/hooks
-type
l
-exec
rm
{}
\;
find .gitHooks
-type
f
-exec
ln
-sf
../../
{}
.git/hooks/
\;
echo
"Install command line tools packages"
if
which mint
>
/dev/null
;
then
mint bootstrap
else
echo
'warning: mint not installed, install via homebrew formular brew install mint'
else
echo
'warning: mint is not installed, install it via homebrew formular brew install mint and re run the setup script!'
fi
if
which carthage
>
/dev/null
;
then
carthage bootstrap
--platform
ios
else
echo
'warning: carthage is not installed, install it via homebrew formular brew install carthage and re run the setup script!'
fi
echo
"--- Setup completed!"
Write
Preview
Supports
Markdown
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