aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6fc5958e655a68bea872bc9d980f11dfeb979a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
os: linux
dist: xenial
sudo: false
language: c
compiler: gcc

addons:
    apt:
        packages:
            - doxygen
            - graphviz
            - python3-pip

before_script:
    - pip3 install --upgrade pip
    - pip3 install --user meson

script:
    - scripts/travis-build.sh