libprojfs/azure-pipelines.yml

16 строки
337 B
YAML

# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
pool:
vmImage: 'Ubuntu-16.04'
steps:
- task: UseRubyVersion@0
inputs:
versionSpec: '>= 2.5'
- script: docker/cibuild
displayName: 'Run cibuild'