On 20 April 2015 at 04:50, David Henningsson <david.henningsson at canonical.com> wrote: > > > On 2015-04-19 22:54, Felipe Sateler wrote: >> >> Installs all the build dependencies, and runs make check and >> check-daemon. >> >> V1: Based on Arun Raghavan's travis file. Added trusty repositories to get >> newer libs. >> >> V2: Explicitly list all dependencies instead of relying on the Ubuntu >> package Build-Dependencies. Send notifications to pulseaudio-discuss >> --- >> .travis.yml | 62 >> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 62 insertions(+) >> create mode 100644 .travis.yml >> >> diff --git a/.travis.yml b/.travis.yml >> new file mode 100644 >> index 0000000..7999ac7 >> --- /dev/null >> +++ b/.travis.yml >> @@ -0,0 +1,62 @@ >> +language: c >> + >> +compiler: >> + - gcc >> + #- clang >> + >> +before_install: >> + - sudo sh -c 'echo "deb http://archive.ubuntu.com/ubuntu/ trusty main >> universe\ndeb-src http://archive.ubuntu.com/ubuntu/ trusty main universe" >> >> /etc/apt/sources.list' >> + - sudo apt-get -qq update >> +install: >> + # Systemd-dev is not installable yet in ubuntu trusty' > > > There is libsystemd-daemon-dev, libsystemd-id128-dev, > libsystemd-journal-dev, and libsystemd-login-dev. Does that help? Lets see, I'm trying a rebuild. If that works it will be in V3. -- Saludos, Felipe Sateler