diff --git a/.ci/azure/pipelines/obs-packaging-ci.yml b/.ci/azure/pipelines/obs-packaging-ci.yml new file mode 100644 index 0000000000..7ca57f28ac --- /dev/null +++ b/.ci/azure/pipelines/obs-packaging-ci.yml @@ -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'