forked from erlyaws/yaws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
55 lines (48 loc) · 872 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
44
45
46
47
48
49
50
51
52
53
54
55
sudo: false
language: erlang
otp_release:
- 21.0
- 20.2
- 20.1
- 20.0
- 19.3
- 19.2
- 19.1
- 19.0
- 18.3
- 18.2.1
- 18.2
- 18.1
- 18.0
- 17.5
- 17.4
- 17.3
- 17.1
- 17.0
- R16B03-1
- R16B03
- R16B02
- R16B01
env:
global:
- secure: "Jk1W4GtZ8rIg0fBsPepNMwipt1m6wkgYGJbuDiGUAXp8o0HD92aBCO95z4YvcYM9TxnAgpgxtUrlDXrZe5WhyAapJTW7HVm3JcsMpAfJAnGDrDeDrkI+A5V/I+ynFZ1F6F/2dKNQWJV3ieuwRojjH/dc3AVqYMWND0oAD/YWwkg="
addons:
apt:
packages:
- autotools-dev
- libpam0g-dev
- texlive-latex-base
- texlive-latex-recommended
- texlive-fonts-recommended
- texlive-font-utils
- texlive-extra-utils
- ghostscript
- cadaver
install:
- autoreconf -vfi
before_script:
- ./configure
script:
- make check -j4 V=1
after_script:
- ./scripts/upload-travis-build-artifacts