aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: cbd3963e31c5cb30739e26f9935743e89c0f29d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
dist: focal

language: c

cache:
  - pip

addons:
  apt:
    packages:
    - shellcheck
    - valgrind
    - gcc
    - clang
    - python-docutils
    - python3-pip
    - python3-setuptools
    - ninja-build
    - meson
    - python3-pytest
    - libglib2.0-dev

install: test/travis-install.sh

jobs:
  include:
    - name: Lint
      script: ./test/lint.sh
      install: skip
    - name: Build + Test
      script: test/travis-build.sh