Skip to content
Snippets Groups Projects
Commit e19b75a8 authored by Stanley Cheung's avatar Stanley Cheung
Browse files

Merge pull request #2619 from stanley-cheung/add_homebrew_to_jenkins

Jenkins: macos homebrew, fix ruby gem path
parents 6a7418cd 03082742
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,9 @@ elif [ "$platform" == "macos" ]; then ...@@ -93,6 +93,9 @@ elif [ "$platform" == "macos" ]; then
*nodejs*) *nodejs*)
export PATH=$HOME/.nvm/versions/node/v0.12.7/bin:$PATH export PATH=$HOME/.nvm/versions/node/v0.12.7/bin:$PATH
;; ;;
*ruby*)
export PATH=/usr/local/rvm/rubies/ruby-2.2.1/bin:$PATH
;;
*php*) *php*)
export CFLAGS="-Wno-parentheses-equality" export CFLAGS="-Wno-parentheses-equality"
;; ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment