Install the xsltproc package, remove the deprecated 'sudo' keyword and specify the Linux distribution explicitly. Signed-off-by: Bart Van Assche <bvanassche@acm.org>
27 lines
279 B
YAML
27 lines
279 B
YAML
language: c
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
dist: focal # 20.04
|
|
|
|
arch:
|
|
- amd64
|
|
- ppc64le
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- dpkg
|
|
- gcc
|
|
- libcunit1-dev
|
|
- libibverbs-dev
|
|
- librdmacm-dev
|
|
- make
|
|
- pkg-config
|
|
- xsltproc
|
|
|
|
script:
|
|
ci/build.sh
|