forked from bareos/bareos-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
35 lines (31 loc) · 869 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
dist: trusty
#sudo: required
cache: apt
addons:
apt:
sources:
- sourceline: 'deb http://download.bareos.org/bareos/experimental/nightly/xUbuntu_14.04/ /'
key_url: 'http://download.bareos.org/bareos/experimental/nightly/xUbuntu_14.04/Release.key'
packages:
- bareos-director
- bareos-database-sqlite3
- bareos-storage
- bareos-filedaemon
- bareos-bconsole
- bareos-traymonitor
- ghostscript
- graphviz
- imagemagick
- librsvg2-bin
- make
- pandoc
- python
- tex4ht
- texlive-latex-extra
- texlive-latex-recommended
- texlive-fonts-recommended
script:
- make pdf
- make check
- make html
- make check