Skip to content

Commit

Permalink
Add azure pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Aug 7, 2020
1 parent 78cbca5 commit 6fbd9db
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .azure-pipelines/pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ jobs:
artifactName: format
condition: failed()

- job: examples
dependsOn: [] # this removes the implicit dependency on previous stage and causes this to run in parallel.
pool:
vmImage: "ubuntu-18.04"
steps:
- script: ci/verify_examples.sh
workingDirectory: $(Build.SourcesDirectory)
displayName: "Verify examples run as documented"

- job: release
displayName: "Linux-x64 release"
dependsOn: ["format"]
Expand Down

0 comments on commit 6fbd9db

Please sign in to comment.