Skip to content

Commit d0782ab

Browse files
committed
Testing CI.
1 parent 312fd94 commit d0782ab

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.github/workflows/ci.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,22 @@ jobs:
2323
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
# SONAR_CLOUD_LOGIN: ${{ secrets.SONAR_CLOUD_LOGIN }}
2525

26+
build-dita:
27+
name: Build DITA
28+
runs-on: ubuntu-latest
29+
steps:
30+
- name: Git checkout
31+
uses: actions/checkout@v2
32+
- name: Build PDF
33+
uses: jason-fox/dita-build-action@master
34+
with:
35+
plugins: |
36+
https://github.com/jason-fox/fox.jason.passthrough/archive/master.zip
37+
https://github.com/jason-fox/fox.jason.passthrough.doxygen/archive/master.zip
38+
build: |
39+
dita -i ./test/cppdoc/document.ditamap -o out -f pdf -v
40+
41+
2642
unit-test:
2743
name: Unit Tests
2844
runs-on: ubuntu-latest
@@ -34,7 +50,8 @@ jobs:
3450
with:
3551
dita-ot-version: 3.6
3652
plugin: 'fox.jason.passthrough.doxygen'
37-
prerequisites: fox.jason.passthrough
53+
prerequisites: |
54+
https://github.com/jason-fox/fox.jason.passthrough/archive/master.zip
3855
setup-script: 'test/setup.sh'
3956
env:
4057
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}

0 commit comments

Comments
 (0)