forked from lipro-cpm4l/kcsystems
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
132 lines (132 loc) · 3.08 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
language: shell
script:
- ./.travis/${MXRUNNER}
addons:
apt:
update: true
sources:
- sourceline: 'deb https://download.opensuse.org/repositories/home:/rexut:/CPM4L/x$(lsb_release -si)_$(lsb_release -sr)/ /'
key_url: 'https://download.opensuse.org/repositories/home:/rexut:/CPM4L/x$(lsb_release -si)_$(lsb_release -sr)/Release.key'
packages: &native_deps
- faketime
- coreutils
- sed
- expect
- yaze
- srecord
- libdsk-utils
- cpmtools
- make
- kconfig-frontends
matrix:
include:
# Python 3.8 on Ubuntu Linux 18.04 "Bionic" (amd64) for Sphinx/DOC
- os: Linux
dist: bionic
arch: amd64
addons:
apt:
update: true
sources:
- sourceline: 'deb https://download.opensuse.org/repositories/home:/rexut:/CPM4L/x$(lsb_release -si)_$(lsb_release -sr)/ /'
key_url: 'https://download.opensuse.org/repositories/home:/rexut:/CPM4L/x$(lsb_release -si)_$(lsb_release -sr)/Release.key'
packages:
- *native_deps
- curl
- tar
- bzip2
- woff2
- eot-utils
- fontconfig
- fontforge-nox
- libfreetype6-dev
- librsvg2-bin
- icoutils
- poppler-utils
- imagemagick
- pdf2svg
- unifont
- fonts-dejavu
- fonts-wqy-microhei
- fonts-font-awesome
- latexmk
- xindy
- texlive-latex-extra
- texlive-fonts-recommended
- texlive-fonts-extra
- texlive-pictures
- texlive-xetex
- enchant
- aspell
- aspell-en
- aspell-de
- wamerican-huge
- wngerman
- wgerman-medical
language: python
python: "3.8"
cache:
directories:
- $HOME/.cache/pip
- ./docs/_static/fonts
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log
install:
- ./docs/_static/fonts/.rebuild-dejavu -n
- pip install -U -r tools/requirements.txt
script:
- make -i V=1 testdocs
- make -i V=1 spelldocs
- make V=1 cleandocs htmldocs
- make V=1 cleandocs pdfdocs
# Ubuntu Linux 20.04 "Focal" for x86-64bit (amd64)
- os: linux
dist: focal
arch: amd64
env: MXRUNNER=pcm331
- os: linux
dist: focal
arch: amd64
env: MXRUNNER=pcm330
- os: linux
dist: focal
arch: amd64
env: MXRUNNER=pcm211
- os: linux
dist: focal
arch: amd64
env: MXRUNNER=pcm210
# Ubuntu Linux 18.04 "Bionic" for x86-64bit (amd64)
- os: linux
dist: bionic
arch: amd64
env: MXRUNNER=pcm331
- os: linux
dist: bionic
arch: amd64
env: MXRUNNER=pcm330
- os: linux
dist: bionic
arch: amd64
env: MXRUNNER=pcm211
- os: linux
dist: bionic
arch: amd64
env: MXRUNNER=pcm210
# Ubuntu Linux 18.04 "Bionic" for x86-32bit (i386)
- os: linux
dist: bionic
arch: i386
env: MXRUNNER=pcm331
- os: linux
dist: bionic
arch: i386
env: MXRUNNER=pcm330
- os: linux
dist: bionic
arch: i386
env: MXRUNNER=pcm211
- os: linux
dist: bionic
arch: i386
env: MXRUNNER=pcm210