1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 23:23:12 +02:00

OSX: try find right packages to run test framework

This commit is contained in:
Bram Matthys
2018-04-25 21:40:57 +02:00
parent 568a808dbe
commit 64367d5d4c
+9 -2
View File
@@ -10,8 +10,15 @@ set -e
set -x
# Install packages
sudo apt-get install git python rake -y
sudo gem install bundler
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
fi
# Install 'ircfly'
git clone https://github.com/unrealircd/ircfly.git