[go: up one dir, main page]

Skip to content

Commit

Permalink
Add docs generation and deployment to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrobbel committed Oct 8, 2019
1 parent 9a68bdb commit 334aed4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ trigger:
include:
- '*'

resources:
repositories:
- repository: abs-tudelft
type: github
endpoint: github
name: abs-tudelft/azure-pipelines-templates

jobs:

- job:
Expand All @@ -14,7 +21,7 @@ jobs:
container: abstudelft/ghdl-gcc-python:latest
steps:
- script: |
python3 setup.py build
python3 setup.py build
displayName: Build
- script: |
python3 setup.py test
Expand Down Expand Up @@ -71,3 +78,8 @@ jobs:
addChangeLog: true
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
displayName: Publish to GitHub

- template: jobs/mdbook-gh-pages.yml@abs-tudelft
parameters:
source: doc
output: doc/html

0 comments on commit 334aed4

Please sign in to comment.