Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
ci: Add intial pipeline to test OBS package generation
Browse files Browse the repository at this point in the history
Add simple yaml definition to run job in azure pipelines.

Fixes: #480

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
  • Loading branch information
jcvenegas committed Jun 24, 2019
1 parent fdacac9 commit f3ab6af
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .ci/azure/pipelines/obs-packaging-ci.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit f3ab6af

Please sign in to comment.