mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
parent
df46d089d5
commit
8acebe4a0c
2 changed files with 30 additions and 2 deletions
|
@ -1,9 +1,23 @@
|
|||
# Azure Pipelines (VSTS) configuration for CI builds for ICU.
|
||||
|
||||
trigger:
|
||||
batch: true
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
- maint/maint-*
|
||||
paths:
|
||||
include:
|
||||
- icu4c/*
|
||||
- icu4c
|
||||
|
||||
pr:
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
- maint/maint-*
|
||||
paths:
|
||||
include:
|
||||
- icu4c
|
||||
|
||||
|
||||
variables:
|
||||
|
|
|
@ -1,9 +1,23 @@
|
|||
# Azure Pipelines (VSTS) configuration for CI builds for ICU.
|
||||
|
||||
trigger:
|
||||
batch: true
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
- maint/maint-*
|
||||
paths:
|
||||
include:
|
||||
- icu4j/*
|
||||
- icu4j
|
||||
|
||||
pr:
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
- maint/maint-*
|
||||
paths:
|
||||
include:
|
||||
- icu4j
|
||||
|
||||
variables:
|
||||
MAVEN_ARGS: '--show-version --no-transfer-progress'
|
||||
|
|
Loading…
Add table
Reference in a new issue