Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions Testing/ContinuousIntegration/AzurePipelinesLinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ trigger:
include:
- master
- release*
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
pr:
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
jobs:
Expand Down
15 changes: 15 additions & 0 deletions Testing/ContinuousIntegration/AzurePipelinesLinuxPython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ trigger:
include:
- master
- release*
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
pr:
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
jobs:
Expand Down
15 changes: 15 additions & 0 deletions Testing/ContinuousIntegration/AzurePipelinesMacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ trigger:
include:
- master
- release*
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
pr:
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
jobs:
Expand Down
15 changes: 15 additions & 0 deletions Testing/ContinuousIntegration/AzurePipelinesMacOSPython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ trigger:
include:
- master
- release*
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
pr:
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
jobs:
Expand Down
15 changes: 15 additions & 0 deletions Testing/ContinuousIntegration/AzurePipelinesWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ trigger:
include:
- master
- release*
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
pr:
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
jobs:
Expand Down
15 changes: 15 additions & 0 deletions Testing/ContinuousIntegration/AzurePipelinesWindowsPython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ trigger:
include:
- master
- release*
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
pr:
paths:
exclude:
- '*.md'
- LICENSE
- NOTICE
- Documentation/*
- Utilities/Maintenance/*
variables:
ExternalDataVersion: 5.3.0
jobs:
Expand Down
5 changes: 5 additions & 0 deletions Utilities/Maintenance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ maintaining the ITK source code tree. These are not intended
to be run all the time, but these little utility scripts
can be useful as new code is being incorporated into ITK to
help configure the code into an ITK style, or ITK best practices.

Note that the files in this directory are not tested automatically
by the continuous integration (CI) of the ITK git repository. So a
git commit that only modifies files in this directory should not
trigger a run of the CI.