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

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

before_script:
    - pip3 install --user meson

script:
    - scripts/travis-build.sh