Skip to content

promote xtype section, resolves #27 #28

promote xtype section, resolves #27

promote xtype section, resolves #27 #28

Workflow file for this run

name: CI build of the standard
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: Setup dependencies
run: |
sudo apt update
sudo apt install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended xsltproc ghostscript cm-super librsvg2-bin inkscape
- name: Build the document
run: make role_diagram.pdf biblio forcetex
- name: Check the output
run: |
test -f DALI.pdf
test -f DALI.bbl
- uses: actions/upload-artifact@v1
with:
name: DALI.pdf Preview
path: DALI.pdf