Skip to content

Commit 811d6c4

Browse files
committed
chore: install mdx2vast in CI
1 parent 61c8d15 commit 811d6c4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ test:
1212

1313
- apt-get -qq update
1414
- 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
1616

1717
- apt install -y python3-sphinx
1818
- gem install asciidoctor bundler
19+
- npm install -g mdx2vast
1920

2021
- wget https://github.com/dita-ot/dita-ot/releases/download/3.6/dita-ot-3.6.zip
2122
- unzip dita-ot-3.6.zip > /dev/null 2>&1

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ install:
2323

2424
- pip install docutils
2525
- gem install asciidoctor
26+
- npm install -g mdx2vast
2627

2728
- choco install xsltproc
2829
# Git on AppVeyor includes a non-functional xsltproc. Remove this.

0 commit comments

Comments
 (0)