mirror of https://github.com/xemu-project/xemu.git
.travis.yml: Do some more testing with Clang
We are doing a lot of cross-compilation tests with GCC in the gitlab-CI already, so we could get some more test coverage by using Clang in the Travis-CI instead. Thus let's switch two additional jobs to use Clang for compilation. Message-ID: <20240320104144.823425-7-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
66163bc7d7
commit
4d6ae2df56
|
@ -113,8 +113,9 @@ jobs:
|
||||||
- CONFIG="--disable-containers --enable-fdt=system
|
- CONFIG="--disable-containers --enable-fdt=system
|
||||||
--target-list=${MAIN_SYSTEM_TARGETS} --cxx=/bin/false"
|
--target-list=${MAIN_SYSTEM_TARGETS} --cxx=/bin/false"
|
||||||
|
|
||||||
- name: "[ppc64] GCC check-tcg"
|
- name: "[ppc64] Clang check-tcg"
|
||||||
arch: ppc64le
|
arch: ppc64le
|
||||||
|
compiler: clang
|
||||||
addons:
|
addons:
|
||||||
apt_packages:
|
apt_packages:
|
||||||
- libaio-dev
|
- libaio-dev
|
||||||
|
@ -190,8 +191,9 @@ jobs:
|
||||||
$(exit $BUILD_RC);
|
$(exit $BUILD_RC);
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: "[s390x] GCC (other-system)"
|
- name: "[s390x] Clang (other-system)"
|
||||||
arch: s390x
|
arch: s390x
|
||||||
|
compiler: clang
|
||||||
addons:
|
addons:
|
||||||
apt_packages:
|
apt_packages:
|
||||||
- libaio-dev
|
- libaio-dev
|
||||||
|
|
Loading…
Reference in New Issue