You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
379 B
24 lines
379 B
4 months ago
|
os: linux
|
||
|
dist: bionic
|
||
|
sudo: false
|
||
|
language: c
|
||
|
compiler:
|
||
|
- gcc
|
||
|
- clang
|
||
|
|
||
|
addons:
|
||
|
apt:
|
||
|
packages:
|
||
|
- doxygen
|
||
|
- graphviz
|
||
|
- python3-pip
|
||
|
- python3-setuptools
|
||
|
|
||
|
before_script:
|
||
|
- pip3 install --upgrade pip
|
||
|
- pip3 install --user ninja
|
||
|
- pip3 install --user meson
|
||
|
|
||
|
script:
|
||
|
- scripts/travis-build.sh
|