X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=.travis.yml;h=5d3d6ee1d3287ce518707aabd84dc5e16111f493;hb=cdf80365205ad2b05519049eaa9a71c7804bd240;hp=08502c0aa24e05f724abc5d60b61af6b37a72917;hpb=4747524f9f243ca5ff1f146d37e423c00e923ee1;p=mirror_qemu.git diff --git a/.travis.yml b/.travis.yml index 08502c0aa2..5d3d6ee1d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ addons: - libseccomp-dev - libspice-protocol-dev - libspice-server-dev - - libssh2-1-dev + - libssh-dev - liburcu-dev - libusb-1.0-0-dev - libvte-2.91-dev @@ -43,6 +43,7 @@ addons: - glib - pixman - gnu-sed + update: true # The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu @@ -80,7 +81,7 @@ script: matrix: include: - env: - - CONFIG="--disable-system" + - CONFIG="--disable-system --static" # we split the system builds as it takes a while to build them all @@ -232,7 +233,9 @@ matrix: # Acceptance (Functional) tests - env: - CONFIG="--python=/usr/bin/python3 --target-list=x86_64-softmmu,mips-softmmu,mips64el-softmmu,aarch64-softmmu,arm-softmmu,s390x-softmmu,alpha-softmmu" - - TEST_CMD="make AVOCADO_SHOW=test check-acceptance" + - TEST_CMD="make check-acceptance" + after_failure: + - cat tests/results/latest/job.log addons: apt: packages: @@ -268,7 +271,7 @@ matrix: - libseccomp-dev - libspice-protocol-dev - libspice-server-dev - - libssh2-1-dev + - libssh-dev - liburcu-dev - libusb-1.0-0-dev - libvte-2.91-dev