From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8514B138359 for ; Sat, 21 Nov 2020 10:00:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD9D0E076B; Sat, 21 Nov 2020 10:00:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92873E076B for ; Sat, 21 Nov 2020 10:00:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37A31340DDB for ; Sat, 21 Nov 2020 10:00:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 794402CA for ; Sat, 21 Nov 2020 10:00:39 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1605952831.e74c54552cb6d13770ee85985a7d69b70e31c320.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: e74c54552cb6d13770ee85985a7d69b70e31c320 X-VCS-Branch: master Date: Sat, 21 Nov 2020 10:00:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: daa29749-06f8-48c8-a3d3-1bc70f8362bb X-Archives-Hash: 0193022de1a2949d50aa81b7c25daab7 commit: e74c54552cb6d13770ee85985a7d69b70e31c320 Author: Fabian Groffen gentoo org> AuthorDate: Sat Nov 21 10:00:06 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Nov 21 10:00:31 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=e74c5455 travis: try all available arches at Travis CI Signed-off-by: Fabian Groffen gentoo.org> .travis.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2201fef..2a908f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,14 +8,24 @@ os: linux jobs: include: - compiler: gcc + arch: amd64 + - compiler: gcc + arch: arm64 + - compiler: gcc + arch: ppc64le + - compiler: gcc + arch: s390x - compiler: clang + arch: amd64 - compiler: coverity + arch: amd64 env: - COVERITY_SCAN_PROJECT_NAME="$TRAVIS_REPO_SLUG" - COVERITY_SCAN_BRANCH_PATTERN="master" - COVERITY_SCAN_NOTIFICATION_EMAIL="grobian@gentoo.org" - COVERITY_SCAN_BUILD_COMMAND="make" - compiler: valgrind + arch: amd64 env: - CFLAGS="-g" - Q_RUN_WITH_VALGRIND=1 @@ -26,10 +36,6 @@ jobs: - CPPFLAGS="-I/usr/local/opt/libressl/include" - PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH" - PATH="$(brew --prefix)/opt/coreutils/libexec/gnubin:$PATH" - - compiler: gcc - arch: arm64-graviton2 - virt: lxd - group: edge env: global: