aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0c4ae275629f8da66283436858e805dee8b7455f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
sudo: required
dist: xenial

language:
    - c
addons:
  apt:
    sources:
    - ubuntu-toolchain-r-test
    packages:
    - valgrind
    - clang
    - gcc
    - gcc-6
    - python-docutils
    - python3-pip
    - python3-setuptools
    - ninja-build
install: test/travis-install.sh
script: test/travis-build.sh