forked from music-encoding/music-encoding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
36 lines (31 loc) · 893 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
language: generic # don't install any environment
sudo: required
addons:
apt:
packages:
- libxml2-utils
- ant
- jing
git:
depth:
3
env:
global:
- PATH_TO_SAXON_JAR: $TRAVIS_BUILD_DIR/Saxon-HE-9.8.0-5.jar
- PATH_TO_JING: /usr/bin/jing
- PATH_TO_XMLLINT: /usr/bin/xmllint
- PATH_TO_TEI_STYLESHEETS: $TRAVIS_BUILD_DIR/Stylesheets
- ENCRYPTION_LABEL: "20063e125f98"
- COMMIT_AUTHOR_EMAIL: "[email protected]"
# Pin the stylesheets to v7.41.0 (commit c3e4...)
before_install:
- git clone https://github.com/TEIC/Stylesheets.git
- cd Stylesheets && git checkout c5d26c36f5beb01688c75591e8cc1c9c7e34b039 && git reset --hard
- cd ../
- curl -O http://central.maven.org/maven2/net/sf/saxon/Saxon-HE/9.8.0-5/Saxon-HE-9.8.0-5.jar
before_script:
- ./build.sh build
script:
- ./build.sh test
after_success:
- ./deploy-docs.sh