File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 31
31
# make
32
32
# make install
33
33
#
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
35
35
36
36
setup-travisci : dotnet/.ok erlang/.ok java/.ok python/.ok ruby/.ok php/.ok clojure/.ok
37
37
@@ -104,7 +104,7 @@ php/.ok:
104
104
(cd php && \
105
105
mkdir -p ./bin && \
106
106
curl -sS https://getcomposer.org/installer | php -- --install-dir=bin && \
107
- php ./bin/composer.phar install && \
107
+ php ./bin/composer.phar install --prefer-source && \
108
108
touch .ok)
109
109
clean ::
110
110
(cd php && \
@@ -155,3 +155,12 @@ clojure/.ok:
155
155
clean ::
156
156
(cd clojure && \
157
157
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