drgn/.travis.yml
2019-04-11 14:17:44 -07:00

23 lines
261 B
YAML

dist: xenial
language: python
python:
- '3.7'
- '3.6'
install:
script: python setup.py test
env:
global:
- OMP_NUM_THREADS=4
matrix:
- CC=gcc
- CC=clang
addons:
apt:
packages:
- libelf-dev
- libdw-dev
- libomp-dev