2018-10-03 14:36:49 +02:00
|
|
|
sudo: required
|
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"
|