-
-
Save Rockyspade/e7b26e60efb501f021dc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -e | |
git clone git://github.com/mruby/mruby.git | |
cd mruby/mrbgems/g/ | |
git clone git://github.com/mattn/mruby-uv.git | |
git clone git://github.com/mattn/mruby-http.git | |
git clone git://github.com/mattn/mruby-json.git | |
git clone git://github.com/matsumoto-r/mruby-redis.git | |
git clone git://github.com/matsumoto-r/mruby-simplehttp.git | |
git clone git://github.com/matsumoto-r/mruby-httprequest.git | |
git clone git://github.com/matsumoto-r/mruby-growthforecast.git | |
git clone git://github.com/matsumoto-r/mruby-zabbix.git | |
cd - | |
cd mruby | |
cat > mrbgems/GEMS.active << EOF | |
mruby-json | |
mruby-uv | |
mruby-http | |
mruby-redis | |
mruby-simplehttp | |
mruby-httprequest | |
mruby-growthforecast | |
mruby-zabbix | |
EOF | |
rake ENABLE_GEMS='true' LIBS='-luv -lpthread -ldl -lrt -lhiredis -lm' |
<script src="https://gist.github.com/Rockyspade/e7b26e60efb501f021dc.js"></script>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#gh PR status merger Ruby run -workflow