File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,11 @@ test:
12
12
13
13
- apt-get -qq update
14
14
- apt-get install -y curl gnupg build-essential default-jre
15
- - apt-get install -y xsltproc zip unzip python3-pip ruby-full
15
+ - apt-get install -y xsltproc zip unzip python3-pip ruby-full nodejs npm
16
16
17
17
- apt install -y python3-sphinx
18
18
- gem install asciidoctor bundler
19
+ - npm install -g mdx2vast
19
20
20
21
- wget https://github.com/dita-ot/dita-ot/releases/download/3.6/dita-ot-3.6.zip
21
22
- unzip dita-ot-3.6.zip > /dev/null 2>&1
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ install:
23
23
24
24
- pip install docutils
25
25
- gem install asciidoctor
26
+ - npm install -g mdx2vast
26
27
27
28
- choco install xsltproc
28
29
# Git on AppVeyor includes a non-functional xsltproc. Remove this.
You can’t perform that action at this time.
0 commit comments