azure-sdk-for-cpp/sdk/storage/ci.yml
JinmingHu 3a4e1f3b49
Restructure storage directory (#536)
* Restructure azure storage directory

* Add tests and sample

* reformat with clang-format

* Reorder files in CMake

* load versions from version.txt

* fix crash

* Update README.md

* Use relative links

* fix CI

* Fix CI

* Try to fix CI

* Move option to the top of the file
2020-08-27 16:16:08 +08:00

45 lines
1.1 KiB
YAML

# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
trigger:
branches:
include:
- master
- feature/*
- release/*
- hotfix/*
paths:
include:
- eng/
- CMakeLists.txt
- sdk/core
- sdk/storage
pr:
branches:
include:
- master
- feature/*
- release/*
- hotfix/*
paths:
include:
- eng/
- CMakeLists.txt
- sdk/core/
- sdk/storage
stages:
- template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
parameters:
ServiceDirectory: storage
# TODO: Change to azure-storage once we have an strategy to run livetests or use test recordings
CtestRegex: azure-core
Artifacts:
- Name: azure-storage-common
Path: azure-storage-common
- Name: azure-storage-blobs
Path: azure-storage-blobs
- Name: azure-storage-files-datalake
Path: azure-storage-files-datalake
- Name: azure-storage-files-shares
Path: azure-storage-files-shares