[lxc-devel] [lxcfs/master] travis: Enable all architectures

stgraber on Github lxc-bot at linuxcontainers.org
Fri Mar 6 07:31:43 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 355 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200305/3e8f51cb/attachment.bin>
-------------- next part --------------
From ac2a66b29e61f869c3c25ef6538d5b58a568c683 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Fri, 6 Mar 2020 08:31:22 +0100
Subject: [PATCH] travis: Enable all architectures
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 .travis.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 40da627..a9aa26d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,21 @@
+dist: bionic
+sudo: required
 language: c
+
 compiler:
  - gcc
  - clang
+
+arch:
+ - amd64
+ - arm64
+ - ppc64le
+ - s390x
+
 env:
   global:
    - secure: "Nu2cNo2RHjZxl2eiuWVRlznMAZu4YCvsbaxf4djolj+MYIw2KfMqMM9cM9EC3/ikljZcrlleOXZDcyNFdlNIbeadXythleNQJRK3eX8x226f6vqAs4i/ppbl4oMnlQx3yzG9+PBHtelv/db8TxXLX51+qB8N0820v0ieTpwYbkI="
+
 addons:
   coverity_scan:
     project:
@@ -13,6 +24,7 @@ addons:
     build_command_prepend: "./bootstrap.sh && ./configure"
     build_command: "make -j4"
     branch_pattern: master
+
 before_install:
  - echo -n | openssl s_client -connect https://scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
  - sudo add-apt-repository ppa:ubuntu-lxc/daily -y
@@ -20,10 +32,13 @@ before_install:
  - sudo apt-get -y install -qq libfuse-dev libdbus-glib-1-dev libglib2.0-dev coreutils cgmanager
  - sudo apt-get -y install -qq realpath || true
  - sudo apt-get -y install -qq automake libtool libattr1-dev
+
 # need to modprobe fuse to run the tests...
 #script: ./bootstrap.sh && ./configure && make -j4 && make tests && cd tests && sudo ./main.sh
 script: ./bootstrap.sh && ./configure && make -j4 && make tests
+
 notifications:
   email:
     recipients:
       - serge.hallyn at ubuntu.com
+      - stgraber at ubuntu.com


More information about the lxc-devel mailing list