Skip to content

Commit

Permalink
Set up CI with Azure Pipelines [skip ci] (maxking#317)
Browse files Browse the repository at this point in the history
* Set up CI with Azure Pipelines [skip ci]

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update azure-pipelines.yml
  • Loading branch information
maxking authored May 5, 2019
1 parent 439f308 commit 962275e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Docker image
# Build a Docker image to deploy, run, or push to a container registry.
# Add steps that use Docker Compose, tag images, push to a registry, run an image, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/docker

trigger:
- master

pool:
vmImage: 'Ubuntu-16.04'

steps:
- script: |
docker --version
docker-compose --version
docker build -t maxking/mailman-core:latest core/
docker build -t maxking/mailman-web:latest web/
docker build -t maxking/postorius postorius/

0 comments on commit 962275e

Please sign in to comment.