File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 3131# make
3232# make install
3333#
34- setup : dotnet/.ok erlang/.ok java/.ok python/.ok php/.ok ruby-amqp/.ok ruby/.ok python-puka/.ok perl/.ok clojure/.ok
34+ setup : dotnet/.ok erlang/.ok java/.ok python/.ok php/.ok ruby-amqp/.ok ruby/.ok python-puka/.ok perl/.ok clojure/.ok scala/.ok
3535
3636setup-travisci : dotnet/.ok erlang/.ok java/.ok python/.ok ruby/.ok php/.ok clojure/.ok
3737
@@ -104,7 +104,7 @@ php/.ok:
104104 (cd php && \
105105 mkdir -p ./bin && \
106106 curl -sS https://getcomposer.org/installer | php -- --install-dir=bin && \
107- php ./bin/composer.phar install && \
107+ php ./bin/composer.phar install --prefer-source && \
108108 touch .ok)
109109clean ::
110110 (cd php && \
@@ -155,3 +155,12 @@ clojure/.ok:
155155clean ::
156156 (cd clojure && \
157157 rm -rf .ok bin/* )
158+
159+ go/.ok :
160+ (cd go && \
161+ go get https://github.com/streadway/amqp && \
162+ touch .ok)
163+
164+ clean ::
165+ (cd go && \
166+ rm -rf .ok)
You can’t perform that action at this time.
0 commit comments