Unverified Commit 2b1ec4b9 by Stéphane Graber Committed by GitHub

Merge pull request #3293 from brauner/2020-03-14/travis_enable_arches

travis: enable all architectures
parents 9268a9fb 6937ecff
dist: bionic
sudo: required
language: c language: c
compiler: compiler:
- gcc - gcc
- clang - clang
arch:
- amd64
- arm64
- ppc64le
- s390x
before_install: before_install:
- sudo add-apt-repository ppa:ubuntu-lxc/daily -y - sudo add-apt-repository ppa:ubuntu-lxc/daily -y
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq coccinelle parallel libapparmor-dev libcap-dev libseccomp-dev python3-dev python3-setuptools docbook2x libgnutls-dev libselinux1-dev linux-libc-dev - sudo apt-get install -qq coccinelle parallel libapparmor-dev libcap-dev libseccomp-dev python3-dev python3-setuptools docbook2x libselinux1-dev linux-libc-dev
script: src/tests/travis.sh script: src/tests/travis.sh
notifications: notifications:
email: email:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment