Skip to content

Commit

Permalink
Add docker build to azure-pipline
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnw-sebast committed Nov 11, 2024
1 parent 0a589a7 commit 99883c3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,17 @@ jobs:
prove $(ls ci/test-*.pl|grep -v internet-hosts|grep -v test-10-option-u-x.pl)
ci/run-lcov.sh
displayName: 'build_test'
- job: docker_build
displayName: Docker Build

pool:
name: Azure Pipelines
vmImage: 'ubuntu-latest'
workspace:
clean: all
steps:
- task: ContainerBuild@0
displayName: 'Container Build Task'
inputs:
Dockerfile: contrib/Dockerfile

0 comments on commit 99883c3

Please sign in to comment.