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

language:
    - c
addons:
  apt:
    packages:
    - valgrind
    - gcc
    - clang
    - python-docutils
    - python3-pip
    - python3-setuptools
    - ninja-build
    - meson
    - python3-pytest
    - libglib2.0-dev
install: test/travis-install.sh
script: test/travis-build.sh