[go: up one dir, main page]

Skip to content

Commit

Permalink
Merge pull request #2 from abs-tudelft/mdbook
Browse files Browse the repository at this point in the history
Add docs generation and deployment to gh-pages
  • Loading branch information
jvanstraten committed Oct 8, 2019
2 parents 9a68bdb + 334aed4 commit 2878c37
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 2878c37

Please sign in to comment.