forked from openSUSE/daps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
80 lines (73 loc) · 2.45 KB
/
.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
language: bash
# Ubuntu version
dist: xenial
# Cache Ubuntu packages:
cache: apt
# Make global environment:
env:
global:
- PATH=".:$PATH"
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
before_install:
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ precise main universe restricted multiverse"
- sudo apt-get update
# failed packages: epubcheck xmlformat-perl
#
# DO NOT USE TABs in the following section!!
#
- sudo apt-get install -y autoconf
automake
autotools-dev
checkbot
dia
docbook
docbook-xml
docbook-xsl
docbook-xsl-ns
docbook-xsl-saxon
docbook5-xml
fop
ghostscript
imagemagick
inkscape
jing
libimage-exiftool-perl
libsaxon-java
libtool
libxml-commons-external-java
libxml2
libxml2-utils
libxmlgraphics-commons-java
libxslt1.1
optipng
poppler-utils
python-libxml2
python-lxml
python3
python3-lxml
remake
sgml-base
sgml-data
shtool
shunit2
transfig
w3m
xfig
xmlstarlet
xsltproc
zip
#- sudo apt-cache show docbook-xml
#- sudo apt-cache show docbook-xsl
- git clone https://github.com/openSUSE/suse-xsl.git suse
install:
- ./configure --sysconfdir=/etc
- make
- sudo make install
script:
# - make test
- ./.travis-debug
- echo "Done"
# blacklist
branches:
except:
- gh-pages