11 lines
189 B
YAML
11 lines
189 B
YAML
sudo: required
|
|
language: c
|
|
compiler:
|
|
- gcc
|
|
script: tests/script/runtests.sh
|
|
before_install: tests/script/bootstrap.sh
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- "python3"
|
|
- "python3-pip"
|