2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 18:58:53 +00:00

travis: enable all architectures

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner
2020-03-14 13:07:39 +01:00
parent f132528b1b
commit 6937ecffdb

View File

@@ -1,7 +1,17 @@
dist: bionic
sudo: required
language: c
compiler:
- gcc
- clang
arch:
- amd64
- arm64
- ppc64le
- s390x
before_install:
- sudo add-apt-repository ppa:ubuntu-lxc/daily -y
- sudo apt-get update -qq