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

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

before_script:
    - pip3 install --user meson

script:
    - scripts/travis-build.sh