Skip to content

Commit

Permalink
Merge pull request #60 from mullender/feature/ci
Browse files Browse the repository at this point in the history
Add Azure Pipeline YAML
  • Loading branch information
timgates42 committed Jun 19, 2019
2 parents 125ccf5 + ff3e775 commit 14e2243
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Docker based build via ./ci.sh

trigger:
- master

jobs:

- job: 'Docker'
pool:
vmImage: 'ubuntu-16.04'

steps:
- script: ./ci.sh

0 comments on commit 14e2243

Please sign in to comment.