Bladeren bron

update the gitlab-ci for the documentation

master
Wouter Horlings 5 jaren geleden
bovenliggende
commit
809db41a8a
1 gewijzigde bestanden met toevoegingen van 19 en 0 verwijderingen
  1. +19
    -0
      .gitlab-ci.yml

+ 19
- 0
.gitlab-ci.yml Bestand weergeven

@@ -22,3 +22,22 @@ design_specifications:
changes:
- specifications/system/*
- misc/preamble.tex

initial_design:
stage: typeset
image: pandoc/latex:latest
script:
- cd initial_design
- pandoc initial_design.md -o initial_design.pdf
- pandoc exploration/design_space_exploration.md -o design_space_exploration.pdf
artifacts:
paths:
- initial_design/initial_design.pdf
- initial_design/design_space_exploration.pdf
only:
refs:
- web
- branches
- tags
changes:
- initial_design/*

Laden…
Annuleren
Opslaan