mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-07 11:43:11 +02:00
Travis-CI: more adjustments for OSX
This commit is contained in:
@@ -13,8 +13,6 @@ set -x
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
brew install git || true
|
||||
brew install python || true
|
||||
brew install rake || true
|
||||
brew install gem || true
|
||||
else
|
||||
sudo apt-get install git python rake -y
|
||||
sudo gem install bundler
|
||||
@@ -25,7 +23,11 @@ git clone https://github.com/unrealircd/ircfly.git
|
||||
cd ircfly
|
||||
bundle install
|
||||
rake build
|
||||
sudo rake install
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
rake install
|
||||
else
|
||||
sudo rake install
|
||||
fi
|
||||
cd ..
|
||||
|
||||
# Install 'unrealircd-tests'
|
||||
|
||||
Reference in New Issue
Block a user