summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-30 16:53:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-30 16:53:22 +0000
commitce6763317433ca8509f45bd1d471fb4ad2eeffdd (patch)
treea648ad7d54a5d3ffaa8519e7c73ea27541105c9b /azure-pipelines.yml
parentReleasing debian version 2.21.0-1. (diff)
downloadpre-commit-ce6763317433ca8509f45bd1d471fb4ad2eeffdd.tar.xz
pre-commit-ce6763317433ca8509f45bd1d471fb4ad2eeffdd.zip
Merging upstream version 3.0.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml68
1 files changed, 0 insertions, 68 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
deleted file mode 100644
index 34c94f5..0000000
--- a/azure-pipelines.yml
+++ /dev/null
@@ -1,68 +0,0 @@
-trigger:
- branches:
- include: [main, test-me-*]
- tags:
- include: ['*']
-
-resources:
- repositories:
- - repository: asottile
- type: github
- endpoint: github
- name: asottile/azure-pipeline-templates
- ref: refs/tags/v2.4.1
-
-jobs:
-- template: job--python-tox.yml@asottile
- parameters:
- toxenvs: [py37]
- os: windows
- additional_variables:
- TEMP: C:\Temp
- pre_test:
- - task: UseRubyVersion@0
- - powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
- displayName: Add conda to PATH
- - powershell: |
- Write-Host "##vso[task.prependpath]C:\Strawberry\perl\bin"
- Write-Host "##vso[task.prependpath]C:\Strawberry\perl\site\bin"
- Write-Host "##vso[task.prependpath]C:\Strawberry\c\bin"
- displayName: Add strawberry perl to PATH
- - bash: testing/get-dart.sh
- displayName: install dart
- - powershell: testing/get-r.ps1
- displayName: install R
-- template: job--python-tox.yml@asottile
- parameters:
- toxenvs: [py37]
- os: linux
- name_postfix: _latest_git
- pre_test:
- - task: UseRubyVersion@0
- - template: step--git-install.yml
- - bash: testing/get-coursier.sh
- displayName: install coursier
- - bash: testing/get-dart.sh
- displayName: install dart
- - bash: testing/get-lua.sh
- displayName: install lua
- - bash: testing/get-swift.sh
- displayName: install swift
- - bash: testing/get-r.sh
- displayName: install R
-- template: job--python-tox.yml@asottile
- parameters:
- toxenvs: [py37, py38, py39]
- os: linux
- pre_test:
- - task: UseRubyVersion@0
- - bash: testing/get-coursier.sh
- displayName: install coursier
- - bash: testing/get-dart.sh
- displayName: install dart
- - bash: testing/get-lua.sh
- displayName: install lua
- - bash: testing/get-swift.sh
- displayName: install swift
- - bash: testing/get-r.sh
- displayName: install R