8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957d2f9 commit c69002dCopy full SHA for c69002d
Makefile
@@ -33,7 +33,7 @@ all:
33
#
34
setup: dotnet/.ok erlang/.ok java/.ok python/.ok php/.ok ruby-amqp/.ok ruby/.ok python-puka/.ok perl/.ok
35
36
-setup-travisci: dotnet/.ok erlang/.ok java/.ok python/.ok ruby/.ok perl/.ok
+setup-travisci: dotnet/.ok erlang/.ok java/.ok python/.ok ruby/.ok perl-cpanm/.ok
37
38
test: setup
39
RUBY=$(RUBY) python test.py
@@ -139,6 +139,12 @@ perl/.ok:
139
PERL_MM_USE_DEFAULT=1 cpan -i -f UUID::Tiny && \
140
touch .ok)
141
142
+perl-cpanm/.ok:
143
+ (cd perl && \
144
+ cpanm --notest -i Net::RabbitFoot && \
145
+ cpanm --notest -i UUID::Tiny && \
146
+ touch .ok)
147
+
148
clean::
149
(cd python-puka && \
150
rm -rf .ok venv distribute*.tar.gz)
0 commit comments