ci: Add intial pipeline to test OBS package generation

Add simple yaml definition to run job in azure pipelines.

- The pipeline should be triggerd with comments when is a PR

Fixes: #480

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
Jose Carlos Venegas Munoz 2019-06-24 13:09:21 -05:00
parent fdacac9e81
commit f1bcada3f6

View File

@ -0,0 +1,19 @@
#
# Copyright (c) 2019 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- script: echo setup
displayName: 'setup CI'
- script: |
echo This is an initial CI job
displayName: 'Run CI'