X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=.travis.yml;h=f58383975527869ef573583117bef04abbf84d5d;hb=54fd1b0d260cf9615d3385c93702277e81f0b639;hp=9008a796f022c810cf30714527e501ebd14d8d1b;hpb=33d076ebd05491d9f7cace682b4ed70c33263f12;p=mirror_qemu.git diff --git a/.travis.yml b/.travis.yml index 9008a796f0..f583839755 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,7 @@ notifications: env: global: - TEST_CMD="make check" + - MAKEFLAGS="-j3" matrix: - CONFIG="" - CONFIG="--enable-debug --enable-debug-tcg --enable-trace-backends=log" @@ -64,7 +65,7 @@ before_install: before_script: - ./configure ${CONFIG} script: - - make -j3 && ${TEST_CMD} + - make ${MAKEFLAGS} && ${TEST_CMD} matrix: include: # Test with CLang for compile portability @@ -86,7 +87,7 @@ matrix: - env: CONFIG="--enable-trace-backends=ust" TEST_CMD="" compiler: gcc - - env: CONFIG="--with-coroutine=gthread" + - env: CONFIG="--disable-tcg" TEST_CMD="" compiler: gcc - env: CONFIG="" @@ -191,7 +192,7 @@ matrix: compiler: none env: - COMPILER_NAME=gcc CXX=g++-5 CC=gcc-5 - - CONFIG="--cc=gcc-5 --cxx=g++-5 --disable-pie --disable-linux-user --with-coroutine=gthread" + - CONFIG="--cc=gcc-5 --cxx=g++-5 --disable-pie --disable-linux-user" - TEST_CMD="" before_script: - ./configure ${CONFIG} --extra-cflags="-g3 -O0 -fsanitize=thread -fuse-ld=gold" || cat config.log