From 962275edcbd1fca96f8976ecb4d469ad1157a417 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sat, 4 May 2019 21:29:12 -0700 Subject: [PATCH] Set up CI with Azure Pipelines [skip ci] (#317) * 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 --- azure-pipelines.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 0000000..3917c74 --- /dev/null +++ b/azure-pipelines.yml @@ -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/