travis: add an aarch64 Xenial job

This commit is contained in:
Frantisek Sumsal
2019-10-23 10:42:21 +02:00
committed by Andrii Nakryiko
parent e441f55089
commit 2a25957df6
2 changed files with 11 additions and 1 deletions

View File

@@ -120,3 +120,11 @@ jobs:
- set -e
- sudo $CI_MANAGERS/xenial.sh
- set +e
- name: Ubuntu Xenial (arm)
arch: arm64
language: bash
script:
- set -e
- sudo $CI_MANAGERS/xenial.sh
- set +e

View File

@@ -2,9 +2,11 @@
set -e
set -x
echo 'deb-src http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse' >>/etc/apt/sources.list
apt-get update
apt-get -y build-dep libelf-dev
apt-get install -y libelf-dev
apt-get install -y libelf-dev pkg-config
source "$(dirname $0)/travis_wait.bash"