File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 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
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 }}
You can’t perform that action at this time.
0 commit comments