mirror of
git://github.com/lxc/lxc
synced 2025-09-01 04:51:24 +00:00
travis: enable all architectures
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -1,7 +1,17 @@
|
|||||||
|
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
|
||||||
|
Reference in New Issue
Block a user