drgn/.travis.yml
Omar Sandoval 6a13d74c0c libdrgn: build with bundled elfutils
Now that we have the bundled version of elfutils, build it from libdrgn
and link to it. We can also get rid of the elfutils version checks from
the libdrgn code.
2019-09-19 11:07:12 -07:00

20 lines
225 B
YAML

dist: xenial
language: python
python:
- '3.7'
- '3.6'
install:
script: python setup.py test
env:
global:
- OMP_NUM_THREADS=4
addons:
apt:
packages:
- libbz2-dev
- liblzma-dev
- zlib1g-dev