Skip to content

Commit

Permalink
Set up CI with Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ymkjp committed Feb 12, 2019
1 parent 011279d commit 9872a57
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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'

variables:
TAG_VERSION: '$(build.buildId)'

steps:
- script: bash script/ci.sh build-container
displayName: 'docker build'
- script: bash script/ci.sh ci
displayName: 'CI'

0 comments on commit 9872a57

Please sign in to comment.