forked from KhronosGroup/OpenVX-api-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
43 lines (35 loc) · 921 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
language: cpp
sudo: required
dist: bionic
os:
- linux
compiler:
- g++
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- lcov wget unzip build-essential python3 git cmake bison flex libffi-dev zip
- libgmp-dev libxml2-dev libgdk-pixbuf2.0-dev libcairo2-dev libpango1.0-dev
- fonts-lyx gtk-doc-tools ghostscript ruby-dev default-jre
branches:
- openvx_1.3
- openvx_1.2
before_script:
- uname -a
- sudo apt-get update -qq
- sudo gem install asciidoctor-diagram -v 1.5.18
- sudo gem install asciidoctor-pdf --pre -v 1.6.2
- sudo gem install asciidoctor-mathematical -v 0.3.5
- sudo gem install coderay --pre -v 1.1.3
script:
- cd docs
- make all
after_success:
notifications:
email: