aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: a8e0a66ad7c57496c034e03a33a76ca24d905e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
os: linux
dist: xenial
language: c
compiler:
  - gcc
script: tests/script/runtests.sh
before_install: tests/script/bootstrap.sh
addons:
  apt:
    packages:
      - "python3"
      - "python3-pip"
env:
  global:
    - ARDMK_DIR=$TRAVIS_BUILD_DIR