mirror of
https://github.com/openwall/lkrg.git
synced 2023-12-13 21:30:29 +01:00
993be4b624
Unfortunately, "sudo m-a prepare" keeps failing on Travis' arm64 hosts most of the time lately.
37 lines
483 B
YAML
37 lines
483 B
YAML
language: c
|
|
compiler: gcc
|
|
os: linux
|
|
|
|
addons:
|
|
apt:
|
|
update: true
|
|
packages:
|
|
- module-assistant
|
|
|
|
jobs:
|
|
include:
|
|
- dist: xenial
|
|
arch: amd64
|
|
|
|
# - dist: xenial
|
|
# arch: arm64
|
|
|
|
- dist: bionic
|
|
arch: amd64
|
|
|
|
# - dist: bionic
|
|
# arch: arm64
|
|
# virt: lxd
|
|
|
|
# - dist: focal
|
|
# arch: amd64
|
|
# virt: lxd
|
|
|
|
# - dist: focal
|
|
# arch: arm64
|
|
|
|
install:
|
|
- set -x; sudo m-a prepare
|
|
|
|
script:
|
|
- set -x; make -j2 && sudo make install
|