2020-08-06 19:21:23 +02:00
|
|
|
os: linux
|
|
|
|
dist: xenial
|
2014-09-10 05:13:56 +02:00
|
|
|
language: c
|
|
|
|
compiler:
|
|
|
|
- gcc
|
2014-09-20 22:26:08 +02:00
|
|
|
script: tests/script/runtests.sh
|
|
|
|
before_install: tests/script/bootstrap.sh
|
2020-08-06 09:23:39 +02:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- "python3"
|
|
|
|
- "python3-pip"
|
2020-08-06 19:21:23 +02:00
|
|
|
env:
|
|
|
|
global:
|
|
|
|
- ARDMK_DIR=$TRAVIS_BUILD_DIR
|