Skip to content

Commit 5a4ae00

Browse files
authored
Set up CI with Azure Pipelines (#1068)
1 parent da3ba7e commit 5a4ae00

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

azure-pipelines.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Docker image
2+
# Build a Docker image to deploy, run, or push to a container registry.
3+
# Add steps that use Docker Compose, tag images, push to a registry, run an image, and more:
4+
# https://docs.microsoft.com/azure/devops/pipelines/languages/docker
5+
6+
pool:
7+
vmImage: 'Ubuntu 18.04'
8+
9+
variables:
10+
imageName: 'coda_toolchain:$(build.buildId)'
11+
12+
steps:
13+
- script: docker build -f Dockerfile-toolchain -t $(imageName) .
14+
displayName: 'docker build'

0 commit comments

Comments
 (0)