zeromq / majordomo

Majordomo Project
Mozilla Public License 2.0
114 stars 52 forks source link

Adding support for Travis CI #42

Closed hintjens closed 11 years ago

JensRantil commented 11 years ago

I'm surprised this pull request fails with "We were unable to find a .travis.yml file.". Have you tried executing Travis CI on hintjens:master?

JensRantil commented 11 years ago

I'm surprised this pull request fails with "We were unable to find a .travis.yml file.". Have you tried executing Travis CI on hintjens:master?

Actually, I'm not :) Rename .travis.yaml to .travis.yml and try again.

hintjens commented 11 years ago

A beginner's mistake... :-) Fixed that now. Majordomo still won't build on Travis CI since it has dependencies that won't be found (czmq, libzmq). I'll see about working that out.

JensRantil commented 11 years ago

Majordomo still won't build on Travis CI since it has dependencies that won't be found (czmq, libzmq). I'll see about working that out.

You can issue apt-get commands. Maybe that might help you. Example: https://github.com/JensRantil/gorewind/blob/develop/.travis.yml

hintjens commented 11 years ago

That's useful, thanks! And in install: I could get other git repositories and build them?

JensRantil commented 11 years ago

That's useful, thanks! And in install: I could get other git repositories and build them?

I haven't tried that, but I presume that would work. git seems to be installed at least.

hintjens commented 11 years ago

OK, trying this now... thanks!

On Tue, May 21, 2013 at 11:14 AM, Jens Rantil notifications@github.comwrote:

That's useful, thanks! And in install: I could get other git repositories and build them?

I haven't tried that, but I presume that would work. git seems to be installedhttp://about.travis-ci.org/docs/user/ci-environment/#Git%2C-etcat least.

— Reply to this email directly or view it on GitHubhttps://github.com/zeromq/majordomo/pull/42#issuecomment-18197420 .