forked from erlyaws/yaws
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.travis.yml
62 lines (53 loc) · 980 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
56
57
58
59
60
61
62
sudo: false
language: erlang
otp_release:
- 21.3
- 21.2
- 21.1
- 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
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
before_install:
- wget https://s3.amazonaws.com/rebar3/rebar3
- chmod +x rebar3
env:
- PATH=$PATH:.
install:
- autoreconf -vfi
before_script:
- ./configure
script:
- make check -j4 V=1
after_script:
- ./scripts/upload-travis-build-artifacts
- rebar3 compile