This commit is contained in:
badim 2016-04-08 21:20:25 +03:00
parent 5c6b3a4f98
commit d38e71b42a
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ dist: trusty
osx_image: xcode7.2 osx_image: xcode7.2
install: install:
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)" - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)"
script:
- sh ./setup_env.sh - sh ./setup_env.sh
script:
- swift build - swift build

View File

@ -3,8 +3,8 @@
if [[ "$(uname)" == "Darwin" ]]; then if [[ "$(uname)" == "Darwin" ]]; then
brew update brew update
brew install zeromq --with-libsodium brew install zeromq --with-libsodium --HEAD
else else
sudo apt-get update sudo apt-get update
sudo apt-get install libzmq-4-dev sudo apt-get install libzmq3-dev
fi fi