28 - libspice-protocol-dev
37 # The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu
38 # to prevent IRC notifications from forks. This was created using:
39 # $ travis encrypt -r "qemu/qemu" "irc.oftc.net#qemu"
43 - secure: "F7GDRgjuOo5IUyRLqSkmDL7kvdU4UcH3Lm/W2db2JnDHTGCqgEdaYEYKciyCLZ57vOTsTsOgesN8iUT7hNHBd1KWKjZe9KDTZWppWRYVwAwQMzVeSOsbbU4tRoJ6Pp+3qhH1Z0eGYR9ZgKYAoTumDFgSAYRp4IscKS8jkoedOqM="
48 - TEST_CMD="make check"
51 - CONFIG="--enable-debug --enable-debug-tcg --enable-trace-backends=log"
52 - CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb"
53 - CONFIG="--enable-modules"
54 - CONFIG="--with-coroutine=ucontext"
55 - CONFIG="--with-coroutine=sigaltstack"
57 # we want to do this ourselves
60 - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update ; fi
61 - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install libffi gettext glib pixman ; fi
62 - wget -O - http://people.linaro.org/~alex.bennee/qemu-submodule-git-seed.tar.xz | tar -xvJ
63 - git submodule update --init --recursive
65 - ./configure ${CONFIG}
67 - make -j3 && ${TEST_CMD}
70 # gprof/gcov are GCC features
71 - env: CONFIG="--enable-gprof --enable-gcov --disable-pie"
73 # We manually include builds which we disable "make check" for
74 - env: CONFIG="--enable-debug --enable-tcg-interpreter"
77 - env: CONFIG="--enable-trace-backends=simple"
80 - env: CONFIG="--enable-trace-backends=ftrace"
83 - env: CONFIG="--enable-trace-backends=ust"
86 - env: CONFIG="--with-coroutine=gthread"
98 - sudo apt-get update -qq
99 - sudo apt-get build-dep -qq qemu
100 - wget -O - http://people.linaro.org/~alex.bennee/qemu-submodule-git-seed.tar.xz | tar -xvJ
101 - git submodule update --init --recursive