aes67-daemon/azure-pipelines.yml
2023-03-01 20:21:19 +01:00

24 lines
377 B
YAML

# Azure pipeline to build and run daemon tests into Docker image
trigger:
branches:
include:
- '*'
resources:
- repo: self
variables:
tag: '$(Build.BuildId)'
pool: Default
steps:
- task: Docker@2
displayName: Build and run daemon tests
inputs:
command: build
dockerfile: '$(Build.SourcesDirectory)/Dockerfile.daemon_tests'
tags: |
$(tag)