From b6ee8c9c5a985c0c078e743f43fba6a719309a2b Mon Sep 17 00:00:00 2001 From: German Service Network Date: Mon, 14 Oct 2024 23:18:55 +0200 Subject: [PATCH] Add docker build to azure-pipline --- azure-pipelines.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9833f76e..37590128 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 \ No newline at end of file