-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.travis.yml
78 lines (78 loc) · 2.2 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
addons:
apt:
update: true
packages:
- asciidoc
- bison
- cmake
- cmake-data
- cpanminus
- dbtoepub
- docbook-xsl
- docbook-xsl-ns
- docbook5-xml
- golang-go
- gperf
- graphicsmagick
- libapr1-dev
- libc6-dbg
- libcmocka-dev
- libdb5.3-dev
- libgd-dev
- libgmp-dev
- libgoogle-perftools-dev
- libhunspell-dev
- libperl-dev
- libpocl-dev
- libxml-libxslt-perl
- libxml2-dev
- libxslt1-dev
- lynx
- mercurial
- ninja-build
- ocl-icd-opencl-dev
- opencl-headers
- optipng
- perl
- pysassc
- python3
- python3-pip
- python3-setuptools
- rsync
- silversearcher-ag
- strip-nondeterminism
- valgrind
- vim
- xsltproc
os: linux
dist: focal
go:
- '1.16.x'
language: c
python:
- '3.6'
before_install:
- if test "$WHAT" = "normal" ; then sudo rm -fr ~/gopath ; . fc-solve/scripts/ci-before-install.bash ; fi
install:
- if test "$WHAT" = "normal" ; then sudo rm -fr ~/gopath ; . fc-solve/scripts/ci-before-install.bash ; fi
- if test "$WHAT" = "normal" ; then . fc-solve/scripts/ci-install-stage.bash ; elif test "$WHAT" = "buildproc" ; then . fc-solve/scripts/ci-docker-test--install.bash ; fi
perl:
- "5.24"
script:
- if test "$WHAT" = "normal" ; then export XML_CATALOG_FILES="/etc/xml/catalog $HOME/markup-validator/htdocs/sgml-lib/catalog.xml" ; bash fc-solve/scripts/run-ci-tests.bash ; elif test "$WHAT" = "buildproc" ; then cd fc-solve/source/ && perl ../scripts/docker-test.pl ; fi
cache:
ccache: true
directories:
- $HOME/fc-solve-tests-reruns-cache
- $HOME/perl_modules
- fc-solve/source/avl-2.0.3
matrix:
include:
- os: linux
env:
- WHAT=normal
- os: linux
env:
- WHAT=buildproc
services:
- docker