Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/bareos/bareos-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8ea4b83e060ed1c92220ba438a82c68b38da7331 (plain)
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
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